Java 15 brings us the new JEP 378: Text Blocks feature. This eases working with multi-line strings.
Can IntelliJ be made to parse the text within that block as some kind of syntax? Is there a way for me to tell IntelliJ that a text block is SQL source code or XML data?
If so, can IntelliJ use its code-editing superpowers to assist with colorizing, editing, and formatting the code nested inside my Java via that text block?