Nieralyte
Results
1
comments of
Nieralyte
alright. i did the following modifications to the `HTML.tmLanguage` file which is located in a compressed archive `C:\ProgramFiles\SublimeText3\Packages\HTML.sublime-package` (or similar path): i replaced: ``` xml (?:^\s+)?(<)((?i:script))\b(?![^>]*/>) ``` ...with: ``` xml...