js-in-string support for javascript in string literalsThis very basic VSCode extension supports syntax highlighting for For example:
(Naturally the code between the backticks shouldn't contain backtick-quoted strings.) In the above code, the entire code between the backticks would be correctly syntax-highlighted by this extension. This is useful for embedding javascript code inside other javascript files, however without this extension, all the important code is highlighted as a string. Other supported languages are CSS and HTML:
FeaturesSimple syntax highlighting. Release Notes2.0.0
1.1.0
1.0.0Initial release of this extension. |