mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
7 lines
380 B
VimL
7 lines
380 B
VimL
" TODO: create cssRegionsProp group and cssRegionsAttr group
|
|
syn match cssFontProp contained "\<flow-\(from\|into\)\>"
|
|
syn match cssFontProp contained "\<region-fragment\>"
|
|
syn keyword cssFontAttr contained element content break
|
|
syn match cssFontAttr contained "\<\(avoid-\)\=region\>"
|
|
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start="::\=region(" end=")" oneline
|