Update filenames

A filename should be matched to a spec name.
This commit is contained in:
Kyo Nagashima
2018-02-07 12:53:38 +09:00
parent 95ea1660d1
commit dac9bf02f8
3 changed files with 49 additions and 49 deletions

View File

@@ -0,0 +1,5 @@
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