diff options
author | nyamatongwe <unknown> | 2009-03-04 09:26:17 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-03-04 09:26:17 +0000 |
commit | 54839739a3ef8dcab69b9b2f27b800a113eeb381 (patch) | |
tree | 841947e3c52bd6fc587c94198abfab7b9aab8246 /include/SciLexer.h | |
parent | 04c1a853872e6ca664e9720da7cb4180c023184e (diff) | |
download | scintilla-mirror-54839739a3ef8dcab69b9b2f27b800a113eeb381.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 |