Files
vim-css3-syntax/after/syntax/css/scoping-1.vim
Kyo Nagashima 4ad0cb7d7c Follow runtime changes
Vim 9.0 added a `-` to CSS keyword list.
2023-01-09 12:12:54 +09:00

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