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