diff options
author | nyamatongwe <devnull@localhost> | 2001-01-02 10:02:11 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-01-02 10:02:11 +0000 |
commit | 9eb596b475d5322aaad630c6f380c123ab62214c (patch) | |
tree | 83e06ade90171bab8fa1805dc2d200a4f84087dd /include/SciLexer.h | |
parent | c6e45e44be28a9e5b1f5eb20e4fc10611bc97876 (diff) | |
download | scintilla-mirror-9eb596b475d5322aaad630c6f380c123ab62214c.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 |