Adds syntax highlight support for python multiline Javascript strings in VS Code.
Insert //js at the beginning of the part of the string you would like highlighted and ;// at the end of the highlighted section.
begin typing js or sql and the autocomplete snippet will appear
- Comments at beginning and end of highlighted section in the string (see Usage section).
- Forked from python-string-sql
- Updated package.json display name and keywords
- Published on VS Code marketplace
- Forked from python-string-sql
- This is a refocussing of the extension python-string-sql from sql and html to javascript.
