SQL highlighting in Python multiline strings for VS CodeAdds automatic syntax highlight support SQL and HTML 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! To limit bugs (like highlighting words that are SQL keywords in the wrong places) and ease stopping of highlight when we must, I made the following simplifications:
Please note:
View on extension on the VS Code Marketplace, or source code Github.
Community
|