Files
vim-css3-syntax/after/syntax/css/css3-regions.vim
Kyo Nagashima 04fbdcfd54 Revert version checking code
Checking version with `hlexists()` does not work as expected.
2014-03-03 03:38:57 +09:00

7 lines
332 B
VimL

" TODO: create cssRegionsProp group and cssRegionsAttr group
syn match cssFontProp contained "\<flow-\(into\|from\)\>"
syn match cssFontProp contained "\<region-fragment\>"
syn keyword cssFontAttr contained element content break
syn match cssFontAttr contained "\<\(avoid-\)\=region\>"
syn keyword cssPseudoClassId contained region