Follow WD-css-counter-styles-3-20140826

See also: http://www.w3.org/TR/2014/WD-css-counter-styles-3-20140826/
This commit is contained in:
Kyo Nagashima
2014-08-27 14:35:05 +09:00
parent a27d1a4e71
commit 49ee3a8b08
3 changed files with 9 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ syn region cssInclude start=/@counter-style\>/ end=/\ze{/ skipwhite skipnl conta
syn keyword cssGeneratedContentProp contained system negative prefix suffix range pad fallback
syn match cssGeneratedContentProp contained "\<\(additive-\)\=symbols\>"
syn match cssGeneratedContentProp contained "\<speak-as\>"
syn keyword cssGeneratedContentAttr contained cyclic symbolic numeric additive override
syn keyword cssGeneratedContentAttr contained cyclic symbolic additive extends bullets numbers words
syn match cssGeneratedContentAttr contained "\<cjk-decimal\>"
syn match cssGeneratedContentAttr contained "\<disclosure-\(open\|closed\)\>"
syn match cssGeneratedContentAttr contained "\<simp-chinese-\(in\)\=formal\>"