When you use caracter ">" or "<" in comments or inside
a string définition, the syntax highlighting unduly turn on
or off.
Example :
Define ("_droit_appli", "Droits sur l'application ===>");
the highlight is swith off after ">".
See also bugs 1029546, 1008169 & 986006.
I think the rule to solve this problem could be the
following :
- syntax highlighting swith is disabled in comments,
- syntax highlighting swithing is allowed in a string only
for sequence like "<...>" but not for lonely ">" or "<".
Logged In: NO
same problem for <? and ?> inside "" (useful when we have a
function who create dynamicly some php class we need to
write "<?" and "?>").