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