mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 03:24:44 +08:00
8 lines
318 B
VimL
8 lines
318 B
VimL
if !hlexists('cssRegionsProp')
|
|
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
|
|
endif
|