Follow CR-css-counter-styles-3-20150203

See also: http://www.w3.org/TR/2015/CR-css-counter-styles-3-20150203/

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
OGINO Masanori
2015-02-24 17:15:41 +09:00
committed by Kyo Nagashima
parent cd20896c4e
commit eec6128b8e
3 changed files with 62 additions and 0 deletions

View File

@@ -5,8 +5,16 @@ syn match cssGeneratedContentProp contained "\<\(additive-\)\=symbols\>"
syn match cssGeneratedContentProp contained "\<speak-as\>"
syn keyword cssGeneratedContentAttr contained cyclic symbolic additive extends bullets numbers words
syn match cssGeneratedContentAttr contained "\<\(ethiopic-\)\=numeric\>"
syn keyword cssGeneratedContentAttr contained bengali cambodian khmer devanagari gujarati gurmukhi kannada lao malayalam mongolian myanmar oriya persian tamil telugu thai tibetan
syn match cssGeneratedContentAttr contained "\<arabic-indic\>"
syn match cssGeneratedContentAttr contained "\<\(upper\|lower\)-armenian\>"
syn match cssGeneratedContentAttr contained "\<cjk-decimal\>"
syn match cssGeneratedContentAttr contained "\<cjk-earthly-branch\>"
syn match cssGeneratedContentAttr contained "\<cjk-heavenly-stem\>"
syn match cssGeneratedContentAttr contained "\<disclosure-\(open\|closed\)\>"
syn match cssGeneratedContentAttr contained "\<japanese-\(in\)\=formal\>"
syn match cssGeneratedContentAttr contained "\<korean-hangul-formal\>"
syn match cssGeneratedContentAttr contained "\<korean-hanja-\(in\)\=formal\>"
syn match cssGeneratedContentAttr contained "\<simp-chinese-\(in\)\=formal\>"
syn match cssGeneratedContentAttr contained "\<trad-chinese-\(in\)\=formal\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<symbols\s*(" end=")" oneline keepend