Problem with PHP syntax highligting 4.3pre9
Submitted by Wednesday, 4 April, 2007 - 20:37
on
Hello,
Since I updated to 4.3pre9, the PHP syntax highlighting gets broken after encountering escaped strings. Example:
$string = "something\"";
$highlighting = "is_now_broken";
It's very annoying, especially for long files. Does anybody have any idea for a fix? Thank you.
Since I updated to 4.3pre9, the PHP syntax highlighting gets broken after encountering escaped strings. Example:
$string = "something\"";
$highlighting = "is_now_broken";
It's very annoying, especially for long files. Does anybody have any idea for a fix? Thank you.