We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When embedding SQL into the Java code, it will be helpful to show the syntax highlight for the SQL.
VS Code provides a guide about how to support embedded languages. https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#embedded-languages
There is a VS Code extension already providing SQL support. 0x00000001A/es6-string-html#10 https://marketplace.visualstudio.com/items?itemName=hjb2012.vscode-es6-string-html
The text was updated successfully, but these errors were encountered:
Add previous closed issue: #525
Sorry, something went wrong.
With Text Blocks coming in Java 13, this feature could have real utility. Maybe support for HTML should be considered as well.
See https://github.com/0x00000001A/es6-string-html with its /* sql */ syntax
/* sql */
hopehadfield
Successfully merging a pull request may close this issue.
When embedding SQL into the Java code, it will be helpful to show the syntax highlight for the SQL.
VS Code provides a guide about how to support embedded languages. https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#embedded-languages
There is a VS Code extension already providing SQL support.
0x00000001A/es6-string-html#10
https://marketplace.visualstudio.com/items?itemName=hjb2012.vscode-es6-string-html
The text was updated successfully, but these errors were encountered: