mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-04-26 04:34:11 +08:00
4ad0cb7d7c
Vim 9.0 added a `-` to CSS keyword list.
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
|