diff options
author | nyamatongwe <devnull@localhost> | 2004-08-24 00:51:34 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-08-24 00:51:34 +0000 |
commit | 2e9f60000f81a3bbb4d3f08bb8503393fb8f4d29 (patch) | |
tree | af913f6236c127cfd818e634bdcd6d95a94b8eab /include/SciLexer.h | |
parent | 29ab06b5d5b7edbc4db5b80a94158cda8cf7505b (diff) | |
download | scintilla-mirror-2e9f60000f81a3bbb4d3f08bb8503393fb8f4d29.tar.gz |
Patch from Philippe Lhoste to support second set of keywords for
CSS 2.
Removal of css settings from html.properties where they duplicated
settings from css.properties.
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 23d2b2161..666ad09fe 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -500,6 +500,7 @@ #define SCE_CSS_DIRECTIVE 12 #define SCE_CSS_DOUBLESTRING 13 #define SCE_CSS_SINGLESTRING 14 +#define SCE_CSS_IDENTIFIER2 15 #define SCE_POV_DEFAULT 0 #define SCE_POV_COMMENT 1 #define SCE_POV_COMMENTLINE 2 |