Follow WD-css-lists-3-20140320

See also: http://www.w3.org/TR/2014/WD-css-lists-3-20140320/
This commit is contained in:
Kyo Nagashima
2014-03-21 13:48:11 +09:00
parent dc1e9bceab
commit d2ce7482ad
4 changed files with 10 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
syn match cssGeneratedContentProp contained "\<marker-side\>"
syn match cssGeneratedContentProp contained "\<counter-set\>"
syn keyword cssGeneratedContentAttr contained marker
syn match cssGeneratedContentAttr contained "\<list-container\>"
syn keyword cssPseudoClassId contained marker
syn region cssFunction contained matchgroup=cssFunctionName start="\<counters\s*(" end=")" oneline keepend