> @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_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 or view it on GitHub:
https://github.com/geany/geany/issues/1581#issuecomment-501736199