mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
6 lines
342 B
VimL
6 lines
342 B
VimL
syn keyword cssPseudoClassId contained host shadow content
|
|
syn match cssPseudoClassId contained "\<\(scope\|host\)-context\>"
|
|
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(host\)(" end=")" oneline
|
|
syn match cssSelectorOp2 "/deep/"
|
|
syn match cssFontDescriptor "@scope\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
|