diff options
| author | nyamatongwe <unknown> | 2001-09-29 10:45:32 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-09-29 10:45:32 +0000 |
| commit | 441083e8429701c2edc077406db606d7a6f8e132 (patch) | |
| tree | 899f3eb72ba83e00c76c0f5ad0a5faa78d6ff859 /include/SciLexer.h | |
| parent | 6ca983d935c1741bedf5f0084fec38f71eaa32ec (diff) | |
| download | scintilla-mirror-441083e8429701c2edc077406db606d7a6f8e132.tar.gz | |
Bullant lexer 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 680cb1513..a5963014f 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -41,6 +41,7 @@ #define SCLEX_EIFFELKW 24 #define SCLEX_TCL 25 #define SCLEX_NNCRONTAB 26 +#define SCLEX_BULLANT 27 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 |
