Adds automatic syntax highlight support SQL strings embedded in Python strings. Improvements made with extensive use of Microsoft(R) Copilot(TM).
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 source code Github.
- 2024-10-30 forked from better-python-string-sql
- Made it so that it doesn't highlight in print() statements and is impervious to single quotation marks inside multiline string starting with double-quotation marks
- Forked from better-python-string-sql