Skip to content

Instantly share code, notes, and snippets.

View CimermanDenis's full-sized avatar

Denis Cimerman CimermanDenis

  • Cimerman Consulting, s.r.o.
  • Prague
  • 08:05 (UTC +01:00)
View GitHub Profile
@Thermionix
Thermionix / userDefineLang_Groovy.xml
Last active October 1, 2024 15:04
Groovy user defined language for notepad++
<NotepadPlus>
<UserLang name="Groovy" ext="groovy" udlVersion="2.1">
<Settings>
<Global caseIgnored="no" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">03/* 04*/ 00// 01 02</Keywords>
<Keywords name="Keywords1">abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true</Keywords>
<Keywords name="Keywords2">as assert def mixin property test using in it</Keywords>