Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 877 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 877 Bytes

SQL highlighting in Python multiline strings for VS Code

Adds automatic syntax highlight support SQL strings embedded in Python strings.

This is still under development, if you experience issues please try to help us fix them. :) Auto detecting SQL, and highlighting it properly insight Python is hard!

View on extension on the VS Code Marketplace, or source code Github.

Image showing syntax highlighting working for SQL embedded inside a Python string

Community

Release Notes

[0.0.1] - 2021-12-13

  • Made it so adding --(begin-)?sql and --end-sql is not necessary!
  • Forked from es6-string-html