diff options
author | nyamatongwe <unknown> | 2005-02-04 12:54:03 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-02-04 12:54:03 +0000 |
commit | 5d038c45c9e3f1557b593dbb7a144e373e2bb9d9 (patch) | |
tree | e1f9180b321c9a64e7b5861eb02059716d0e42d8 /include/SciLexer.h | |
parent | 4445dc7dc361470d37cfbe9ef567f37b5ad2bd13 (diff) | |
download | scintilla-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.h | 1 |
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 |