Skip to content

Instantly share code, notes, and snippets.

View dinkumoil's full-sized avatar

Andreas Heim dinkumoil

View GitHub Profile
@dinkumoil
dinkumoil / userDefinedLang-NppExec.Material.xml
Last active November 13, 2020 15:15
Syntax highlighting for script code of Notepad++ plugin NppExec per user defined language (UDL)
<NotepadPlus>
<UserLang name="NppExec" ext="" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0"/>
<Prefix Keywords1="no" Keywords2="no" Keywords3="yes" Keywords4="yes" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no"/>
</Settings>
<KeywordLists>
<Keywords name="Comments">00// 01 02 03 04</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2">0x</Keywords>
@dinkumoil
dinkumoil / NppExec.xml
Last active November 13, 2020 15:01
Notepad++ FunctionList parser for NppExec plugin scripting language
<?xml version="1.0" encoding="UTF-8" ?>
<!-- ==========================================================================\
|
| To learn how to make your own language parser, please check the following
| link:
| https://npp-user-manual.org/docs/function-list/
|
\=========================================================================== -->
<NotepadPlus>
<functionList>
@dinkumoil
dinkumoil / MigrateNppPlugins.cmd
Last active February 9, 2019 14:23
Migrate Notepad++ plugins to the new plugins directory used since version 7.6
::##############################################################################
:: Main script
::##############################################################################
@echo off & setlocal
::******************************************************************************
:: Basic configuration
::******************************************************************************