Frank Gebelein wrote:
I've got some trouble with string escape sequences in PHP. The syntax highlighter does not behave correctly when I write something like:

echo "The file \"" . $file . "\" is already existing!";

Does anybody know how to fix it?

Which system, which version of SciTE, what kind of file?
I do a lot of PHP, and would have noticed such problem. I just pasted your line in a .php file, and it was highlighted correctly.
Escape sequences work with single and double quotes.
I use the HTML lexer.

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to