diff options
author | nyamatongwe <devnull@localhost> | 2005-09-06 22:16:37 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-09-06 22:16:37 +0000 |
commit | 8ddb6f303ba3729ab4a4723072e4c668c616c3c5 (patch) | |
tree | b8e316110916666d4bfca6e77ebc324c6810ff6d /include/SciLexer.h | |
parent | c6a181a310a3193fed4969d178bc662cc483470e (diff) | |
download | scintilla-mirror-8ddb6f303ba3729ab4a4723072e4c668c616c3c5.tar.gz |
Added highlighting for decorators and a set of identifiers.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 3d8bd277e..5d52de6c4 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -103,6 +103,8 @@ #define SCE_P_IDENTIFIER 11 #define SCE_P_COMMENTBLOCK 12 #define SCE_P_STRINGEOL 13 +#define SCE_P_WORD2 14 +#define SCE_P_DECORATOR 15 #define SCE_C_DEFAULT 0 #define SCE_C_COMMENT 1 #define SCE_C_COMMENTLINE 2 |