mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-03-08 06:16:45 +08:00
Add selectors-5.vim
https://www.w3.org/TR/2026/WD-selectors-5-20260217/
This commit is contained in:
4
after/syntax/css/selectors-5.vim
Normal file
4
after/syntax/css/selectors-5.vim
Normal file
@@ -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