aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-02-04 12:54:03 +0000
committernyamatongwe <unknown>2005-02-04 12:54:03 +0000
commit5d038c45c9e3f1557b593dbb7a144e373e2bb9d9 (patch)
treee1f9180b321c9a64e7b5861eb02059716d0e42d8 /include/SciLexer.h
parent4445dc7dc361470d37cfbe9ef567f37b5ad2bd13 (diff)
downloadscintilla-mirror-5d038c45c9e3f1557b593dbb7a144e373e2bb9d9.tar.gz
Patch from Jakub Vrana to upgrade CSS support to CSS2.
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 095eadeb4..c2622b773 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -503,6 +503,7 @@
#define SCE_CSS_DOUBLESTRING 13
#define SCE_CSS_SINGLESTRING 14
#define SCE_CSS_IDENTIFIER2 15
+#define SCE_CSS_ATTRIBUTE 16
#define SCE_POV_DEFAULT 0
#define SCE_POV_COMMENT 1
#define SCE_POV_COMMENTLINE 2