mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-04-26 04:34:11 +08:00
Add selectors-5.vim
https://www.w3.org/TR/2026/WD-selectors-5-20260217/
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user