diff options
| author | nyamatongwe <devnull@localhost> | 2005-02-04 12:54:03 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2005-02-04 12:54:03 +0000 |
| commit | 2a8c1ca33e6014439c1e723c918e3c2ba2fcacd8 (patch) | |
| tree | e1f9180b321c9a64e7b5861eb02059716d0e42d8 /include/SciLexer.h | |
| parent | 43b2348e51bd16de0702511d57569d4588656cb4 (diff) | |
| download | scintilla-mirror-2a8c1ca33e6014439c1e723c918e3c2ba2fcacd8.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 |
