mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
6 lines
414 B
VimL
6 lines
414 B
VimL
syn keyword cssPseudoClassId contained target enabled disabled checked indeterminate root empty
|
|
syn match cssPseudoClassId contained "\<last-\(child\|of-type\)\>"
|
|
syn match cssPseudoClassId contained "\<first-of-type\>"
|
|
syn match cssPseudoClassId contained "\<only-\(child\|of-type\)\>"
|
|
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(nth\(-last\)\=-\(child\|of-type\)\|not\)(" end=")" oneline
|