Adds syntax highlight support for python multiline SQL strings in VS Code.
Install python-string-sql from extensions (ctrl + shift + x)
Insert --sql, --beginsql, or --begin-sql at the beginning of the part of the string you would like highlighted and a semicolon, --endsql, or --end-sql at the end of the highlighted section.
- Visual Studio Code v1.32.0 recommended
- Comments at beginning and end of highlighted section in the string (see Usage section).
- 2018-09-04 forked from es6-string-css
- Got it working based on these instructions
- Forked from es6-string-html
