rename files

This commit is contained in:
Kyo Nagashima
2011-01-25 18:17:30 +09:00
parent b69fc031a2
commit 49e184b7a6
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
syn keyword cssPseudoClassId contained target enabled disabled checked indeterminate root empty
syn match cssPseudoClassId contained "\<first-of-type\>"
syn match cssPseudoClassId contained "\<last-\(child\|of-type\)\>"
syn match cssPseudoClassId contained "\<only-\(child\|of-type\)\>"
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":nth\(-last\)\?-\(child\|of-type\)(" end=")" oneline