mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
6 lines
344 B
VimL
6 lines
344 B
VimL
syn region cssInclude start=/@scope\>/ end=/\ze{/ skipwhite skipnl nextgroup=cssMediaBlock
|
|
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/"
|