Skip to content

Instantly share code, notes, and snippets.

View CimermanDenis's full-sized avatar

Denis Cimerman CimermanDenis

  • Cimerman Consulting, s.r.o.
  • Prague
  • 17:16 (UTC +02:00)
View GitHub Profile
@baiwfg2
baiwfg2 / it-ebooks.md
Last active April 15, 2025 20:34
Download ebooks as you want
@Thermionix
Thermionix / userDefineLang_Groovy.xml
Last active February 3, 2025 16:37
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>