I have this legacy project that I have to support. It is written in classic ASP, using JavaScript as the language (instead of VBScript).
I see that the default Sublime Text 3 install makes some assumptions about how to highlight the syntax, but it’s kind of broken.
I am looking for a solution how I can configure the syntax highlighting for *.asp files that
a) recognizes where the code is (content between <% %> tags)
b) treats the code as JavaScript
c) uses the html highlighting for the code parts outside the code tags
If all those points can not be met, maybe at least the points a and b can?