Open
Description
I'd be interested in making/seeing a VSCode plugin that supports syntax highlighting within the SQL string. Currently my only workaround is using sql.file
to get syntax highlighting, but I'd rather use sql
. Is this something that someone has created or is interested in partnering up to create something like this?
For example, take a look at vscode-styled-components. It enables syntax highlighting within styled component strings.