diff options
author | nyamatongwe <unknown> | 2001-05-31 07:59:13 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-05-31 07:59:13 +0000 |
commit | 13e919f6ad97c2db4f0da86b4a6e1b33b3a49e00 (patch) | |
tree | 2d4c39c9fbd6df3afd5935a123d6c709b5062fcb /include/SciLexer.h | |
parent | c0a33c91a2a472e5960b3f38e5799d3967d5e7e6 (diff) | |
download | scintilla-mirror-13e919f6ad97c2db4f0da86b4a6e1b33b3a49e00.tar.gz |
Updated to use new ColouriseContext class.
More accurate handling of comments.
Less possibility of different lexings dependent on which sets of lines
are lexed together.
2nd set of keywords available for tasks such as highlighting an API.
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 b55c5a375..24a9b8978 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -70,6 +70,7 @@ #define SCE_C_VERBATIM 13 #define SCE_C_REGEX 14 #define SCE_C_COMMENTLINEDOC 15 +#define SCE_C_WORD2 16 #define SCE_H_DEFAULT 0 #define SCE_H_TAG 1 #define SCE_H_TAGUNKNOWN 2 |