sublime-stuff
sublime-stuff copied to clipboard
code that breaks coloring syntax
I ran across a good example of a line that breaks the syntax coloring (within a cfscript block):
application.directory = listlast(expandPath("."), "\");
It appears to be the slash, if I remove that - coloring returns to normal.
Here's another one. Appears to be the embedded '=' sign.
<input type="hidden" name="querystring" value="id=#url.id#&app_id=" />