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.