mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-13 14:01:51 +08:00
5 lines
335 B
VimL
5 lines
335 B
VimL
syn keyword cssGeneratedContentProp contained running footnote-display footnote-policy
|
|
syn keyword cssGeneratedContentAttr contained footnote line
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(element\|running\)\s*(" end=")" oneline keepend
|
|
syn keyword cssPseudoClassId contained footnote-call footnote-marker
|