Hello,
I just installed Sublime Text editor and I’m very new to this. But I found that the syntax highlighting doesn’t work at all in my classic ASP file (ASP with HTML and Javascript)
Anybody can help me?
Hello,
I just installed Sublime Text editor and I’m very new to this. But I found that the syntax highlighting doesn’t work at all in my classic ASP file (ASP with HTML and Javascript)
Anybody can help me?
What’s the syntax at the bottom-right of Sublime Text window? It should be HTML (ASP)
.
Current version of HTML (ASP) supports ASP tags in plain HTML only, not in one of the embedded syntaxes such as JavaScript or CSS. Thus it won’t work between <script>
or <style>
tags.
A fix is proposed at https://github.com/sublimehq/Packages/pull/3668