I made a dsl that can be used to configure my prog...
# announcements
a
I made a dsl that can be used to configure my program, and is loaded using
createJvmCompilationConfigurationFromTemplate
is there a way to tell the ide anything about my script files in order to get code highlighting? I know there is the
ide
block, but I’m not sure how that would be able to tell Intellij about my code.
n
is it Kotlin?
1
a
yes
also would be good if it could add highlighting for the imports that are added automatically by the setup in
createJvmCompilationConfigurationFromTemplate