@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:
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_specification
For now, I just use this in filetype_extensions.conf:
Java=*.java;*.jsp;*.groovy;*.gradle;
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.