mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
6 lines
381 B
VimL
6 lines
381 B
VimL
syn keyword cssGeneratedContentProp contained running
|
|
syn match cssGeneratedContentProp contained "\<footnote-\(display\|policy\)\>"
|
|
syn keyword cssGeneratedContentAttr contained footnote line
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(element\|running\)\s*(" end=")" oneline keepend
|
|
syn match cssPseudoClassId contained "\<footnote-\(call\|marker\)\>"
|