[Github-comments] [geany/geany] Kotlin Language Support (#1581)

Jonathan Bradley Whited notifications at xxxxx
Thu Jun 13 14:49:09 UTC 2019


> @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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190613/8b454744/attachment.html>


More information about the Github-comments mailing list