
Hi,
does your product support language injection (in our case SQL language) into string literal?
A good example is IntelliJ Idea:
https://www.jetbrains.com/help/idea/using-language-injections.html
Thanks in advance.
Hi,
does your product support language injection (in our case SQL language) into string literal?
A good example is IntelliJ Idea:
https://www.jetbrains.com/help/idea/using-language-injections.html
Thanks in advance.
Hi Michal,
Our product supports lexers from separate languages that can be merged together. This achieves syntax highlighting and tokenization of the text of each language. One of our sample languages for HTML shows how the CSS, Javascript, etc. languages can merge together in that fashion.
Please log in to a validated account to post comments.