diff options
author | nyamatongwe <unknown> | 2003-04-18 00:36:09 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-04-18 00:36:09 +0000 |
commit | b7a69098c1042f5ea40bce3b80f5aee5a9b30dfc (patch) | |
tree | e6c6c019d52397992986268424f2b8ee51538191 /include/SciLexer.h | |
parent | bd4871d7761828243a5873bd5c0f807d27319d7c (diff) | |
download | scintilla-mirror-b7a69098c1042f5ea40bce3b80f5aee5a9b30dfc.tar.gz |
Batch from Biswapesh to add another keyword set for the cpp lexer.
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 e1da492b2..c20c22b7b 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -88,6 +88,7 @@ #define SCE_C_WORD2 16 #define SCE_C_COMMENTDOCKEYWORD 17 #define SCE_C_COMMENTDOCKEYWORDERROR 18 +#define SCE_C_GLOBALCLASS 19 #define SCE_H_DEFAULT 0 #define SCE_H_TAG 1 #define SCE_H_TAGUNKNOWN 2 |