Hi,
i'm using the latest version of SublimeText2. I've found this error:
<?php
echo "UPDATE /data/*.png string blabla<br>";
?>
The syntax highlighter highlight all the characters after /* as a comment. The problem exists only with UPDATE, this example work:
<?php
echo "blabla /data/*.png string blabla<br>";
?>
Bye,
smaffer