WD-css-lists-3-20190425

See also: https://www.w3.org/TR/2019/WD-css-lists-3-20190425/
This commit is contained in:
Kyo Nagashima
2019-05-07 09:19:15 +09:00
parent d578651937
commit bb0b14c8ad
2 changed files with 2 additions and 2 deletions

View File

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