aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-08-24 00:51:34 +0000
committernyamatongwe <unknown>2004-08-24 00:51:34 +0000
commit9f6be89c18414c9282d7adf8a1fae9a21cde8b82 (patch)
treeaf913f6236c127cfd818e634bdcd6d95a94b8eab /include/SciLexer.h
parent65548a49e401c4e5ff2d706323640dbce195eb71 (diff)
downloadscintilla-mirror-9f6be89c18414c9282d7adf8a1fae9a21cde8b82.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.h1
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