sublime-stuff icon indicating copy to clipboard operation
sublime-stuff copied to clipboard

code that breaks coloring syntax

Open jimpriest opened this issue 14 years ago • 1 comments

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.

jimpriest avatar Nov 04 '11 19:11 jimpriest

Here's another one. Appears to be the embedded '=' sign.

<input type="hidden" name="querystring" value="id=#url.id#&app_id=" />

jimpriest avatar Dec 01 '11 14:12 jimpriest