diff options
author | nyamatongwe <unknown> | 2001-01-02 10:02:11 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-01-02 10:02:11 +0000 |
commit | 86fbc30bc37ae23df36beaf08e8f050b3db2aa54 (patch) | |
tree | 83e06ade90171bab8fa1805dc2d200a4f84087dd /include/SciLexer.h | |
parent | de5c7ba651121037d769dc694fb9a915269dd549 (diff) | |
download | scintilla-mirror-86fbc30bc37ae23df36beaf08e8f050b3db2aa54.tar.gz |
From Philippe: SString::clear and SCE_C_COMMENTLINEDOC.
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 04372d25b..16144558c 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -60,6 +60,7 @@ #define SCE_C_STRINGEOL 12 #define SCE_C_VERBATIM 13 #define SCE_C_REGEX 14 +#define SCE_C_COMMENTLINEDOC 15 #define SCE_H_DEFAULT 0 #define SCE_H_TAG 1 #define SCE_H_TAGUNKNOWN 2 |