Skip to content

Instantly share code, notes, and snippets.

@sparrowt
sparrowt / userDefineLang_Groovy_dark.udl.xml
Last active October 27, 2021 14:44 — forked from Thermionix/userDefineLang_Groovy.xml
Groovy user defined language for notepad++ for use with dark theme (Mono Industrial)
<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>