View MigrateNppPlugins.cmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::############################################################################## | |
:: Main script | |
::############################################################################## | |
@echo off & setlocal | |
::****************************************************************************** | |
:: Basic configuration | |
::****************************************************************************** |
View userDefinedLang-NppExec.Material.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
View NppExec.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |