Skip to content
New issue

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

Support syntax highlight for embedded SQL languages #831

Closed
testforstephen opened this issue Mar 12, 2019 · 3 comments · Fixed by #3397
Closed

Support syntax highlight for embedded SQL languages #831

testforstephen opened this issue Mar 12, 2019 · 3 comments · Fixed by #3397

Comments

@testforstephen
Copy link
Collaborator

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

@yaohaizh
Copy link
Collaborator

Add previous closed issue: #525

@fwgreen
Copy link

fwgreen commented Aug 1, 2019

With Text Blocks coming in Java 13, this feature could have real utility. Maybe support for HTML should be considered as well.

@aceArt-GmbH
Copy link

See https://github.com/0x00000001A/es6-string-html with its /* sql */ syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

7 participants