Skip to content

inline javascript syntax hightlighting is broken #164

@redtopia

Description

@redtopia

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions