<blockquote>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=16524392" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/esotericpig">@esotericpig</a> Thanks, I've made a pull to add this: <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="455703957" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany/issues/2186" data-hovercard-type="pull_request" data-hovercard-url="/geany/geany/pull/2186/hovercard" href="https://github.com/geany/geany/pull/2186">#2186</a>.</p>
<blockquote>
<p>I'd like to also add Groovy.</p>
</blockquote>
<p>I'm happy to merge that if done as a custom filetype.</p>
</blockquote>
<p>Thank you.</p>
<p>I tried to make one, but it's a bit more difficult. Specifically stuff like this:</p>
<div class="highlight highlight-source-groovy"><pre><span class="pl-c1">println</span> <span class="pl-s"><span class="pl-pds">"</span><span class="pl-s1"><span class="pl-pse">${</span>string_interop<span class="pl-pse">}</span></span><span class="pl-pds">"</span></span>
<span class="pl-c1">println</span> <span class="pl-s"><span class="pl-pds">'''</span>My</span>
<span class="pl-s">  String<span class="pl-pds">'''</span></span>
<span class="pl-c1">println</span> <span class="pl-s"><span class="pl-pds">"""</span>My</span>
<span class="pl-s">  String<span class="pl-pds">"""</span></span>
<span class="pl-c1">println</span> $<span class="pl-k">/</span><span class="pl-k">My</span>
  <span class="pl-k">String</span>
<span class="pl-k">/</span>$
<span class="pl-k">double</span> money <span class="pl-k">=</span> 12_345_132<span class="pl-c1">.12</span></pre></div>
<p><a href="http://docs.groovy-lang.org/docs/next/html/documentation/#_groovy_language_specification" rel="nofollow">http://docs.groovy-lang.org/docs/next/html/documentation/#_groovy_language_specification</a></p>
<p>For now, I just use this in filetype_extensions.conf:</p>
<pre><code>Java=*.java;*.jsp;*.groovy;*.gradle;
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1581?email_source=notifications&email_token=AAIOWJ67DIJOUOISAQNEM4DP2JM6LA5CNFSM4DXSLEL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXT6GBY#issuecomment-501736199">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ2M7BT6OE3VE2ZL27LP2JM6LANCNFSM4DXSLELQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4DZ47CYTAB3I4ZRHTP2JM6LA5CNFSM4DXSLEL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXT6GBY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/1581?email_source=notifications\u0026email_token=AAIOWJ67DIJOUOISAQNEM4DP2JM6LA5CNFSM4DXSLEL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXT6GBY#issuecomment-501736199",
"url": "https://github.com/geany/geany/issues/1581?email_source=notifications\u0026email_token=AAIOWJ67DIJOUOISAQNEM4DP2JM6LA5CNFSM4DXSLEL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXT6GBY#issuecomment-501736199",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>