-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I'm using ST3 build 3094 with the ColdFusion package on Windows 7 x64. Not exactly sure when it broke, but it was recently. I installed a ST3 update yesterday, but I was not doing any JS work so I didn't notice if that update caused the problem.
All subsequent syntax highlighting from the `' to the end of the file is broken:
<cfoutput>
<script>
$(document).ready(function() {
mlBox({
selector: $('##ml-school-badge')
});
<cfif schoolCFC.isDemo AND URL.showabout EQ "1">
mlBox({
selector: $('##aboutTeaching'),
open:true
});
</cfif>
});
</script>
<cfif x EQ y>
<cfset y = 2>
</cfif>
<p>This is broken.</p>
</cfoutput>
Metadata
Metadata
Assignees
Labels
No labels