mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-03-07 22:11:55 +08:00
5 lines
319 B
VimL
5 lines
319 B
VimL
syn match cssSelectorOp "[||]"
|
|
syn match cssSelectorOp "/[a-z:]\+/"
|
|
syn keyword cssPseudoClassId contained defined local-link interest-source interest-target blank current past future heading
|
|
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(state\|headings\|nth-col\|nth-last-col\)(" end=")" oneline
|