Is there any way to make IntelliJ perform its synt...
# announcements
j
Is there any way to make IntelliJ perform its syntax highlighting on a String that is Kotlin code ? i.e. the equivalent of
@Language("JAVA")
or
// language=JAVA
for Kotlin