Files
vim-css3-syntax/after/syntax/css/gcpm-3.vim
Kyo Nagashima 9ee9e64622 Remove duplicates to Vim 8.1 default runtime
This commit also changes file names and test code for maintainability.
2018-05-24 16:45:46 +09:00

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\)\>"