diff options
author | nyamatongwe <devnull@localhost> | 2009-03-04 09:26:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-03-04 09:26:17 +0000 |
commit | 65ed51ffca93fce2a970a0bbc044ab598d14860f (patch) | |
tree | 841947e3c52bd6fc587c94198abfab7b9aab8246 /include/SciLexer.h | |
parent | 62dbb73c69ee1faa53c4020bae003527f8afa7c1 (diff) | |
download | scintilla-mirror-65ed51ffca93fce2a970a0bbc044ab598d14860f.tar.gz |
Nimrod lexer from Andreas Rumpf added.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index e9101658f..3a06b0d5a 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -108,6 +108,7 @@ #define SCLEX_TACL 93 #define SCLEX_SORCUS 94 #define SCLEX_POWERPRO 95 +#define SCLEX_NIMROD 96 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 |