Rename files for following spec name changes

This commit is contained in:
Kyo Nagashima
2016-09-30 08:41:30 +09:00
parent f68ddde87c
commit 5bad4550a4
12 changed files with 12 additions and 12 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