In IntelliJ, you can do these language injections ...
# intellij
j
In IntelliJ, you can do these language injections (which is awesome btw) What is the correct language setting for a string that’s HQL ?
Copy code
// language=Hibernate QL
		val hql = "SELECT o FROM Tag AS o WHERE o.company=:company"
The above doesn’t do any highlighting