mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
See also: http://www.w3.org/TR/2014/WD-css-gcpm-3-20140513/ NOTE: Some functions are not highlighted correctly.
8 lines
589 B
VimL
8 lines
589 B
VimL
syn keyword cssGeneratedContentProp contained running
|
|
syn match cssGeneratedContentProp contained "\<string-set\>"
|
|
syn match cssGeneratedContentProp contained "\<footnote-\(display\|policy\)\>"
|
|
syn match cssGeneratedContentProp contained "\<bookmark-\(label\|level\|state\)\>"
|
|
syn keyword cssGeneratedContentAttr contained footnote line open closed
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(string\|running\|element\|leader\|target-\(counter\|counters\|text\)\)\s*(" end=")" oneline keepend
|
|
syn match cssPseudoClassId contained "\<footnote-\(call\|marker\)\>"
|