diff options
| author | nyamatongwe <unknown> | 2010-04-30 06:58:46 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-04-30 06:58:46 +0000 |
| commit | 03583d15f483886327216abe0b76a26c88ddfea9 (patch) | |
| tree | a299fdca1a8527d73149cb2073d85233b10787ce /include | |
| parent | aff97b192694d5f150eb6336f8624b74e68a2ef6 (diff) | |
| download | scintilla-mirror-03583d15f483886327216abe0b76a26c88ddfea9.tar.gz | |
Fix bug #2994224 CSS @font-face displayed incorrectly
Diffstat (limited to 'include')
| -rw-r--r-- | include/SciLexer.h | 1 | ||||
| -rw-r--r-- | include/Scintilla.iface | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index ced86f433..523cdd6d3 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -637,6 +637,7 @@ #define SCE_CSS_EXTENDED_IDENTIFIER 19 #define SCE_CSS_EXTENDED_PSEUDOCLASS 20 #define SCE_CSS_EXTENDED_PSEUDOELEMENT 21 +#define SCE_CSS_MEDIA 22 #define SCE_POV_DEFAULT 0 #define SCE_POV_COMMENT 1 #define SCE_POV_COMMENTLINE 2 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 158d0b515..96f1494c5 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2906,6 +2906,7 @@ val SCE_CSS_PSEUDOELEMENT=18 val SCE_CSS_EXTENDED_IDENTIFIER=19 val SCE_CSS_EXTENDED_PSEUDOCLASS=20 val SCE_CSS_EXTENDED_PSEUDOELEMENT=21 +val SCE_CSS_MEDIA=22 # Lexical states for SCLEX_POV lex POV=SCLEX_POV SCE_POV_ val SCE_POV_DEFAULT=0 |
