@esotericpig Thanks, I've made a pull to add this: #2186.
I'd like to also add Groovy.
I'm happy to merge that if done as a custom filetype.
Thank you.
I tried to make one, but it's a bit more difficult. Specifically stuff like this:
```Groovy println "${string_interop}" println '''My String''' println """My String""" println $/My String /$ double money = 12_345_132.12 ``` http://docs.groovy-lang.org/docs/next/html/documentation/#_groovy_language_s...
For now, I just use this in filetype_extensions.conf:
``` Java=*.java;*.jsp;*.groovy;*.gradle; ```