follow WD-css3-transitions-20120403

This commit is contained in:
Kyo Nagashima
2012-04-04 14:27:07 +09:00
parent ab4c64ed54
commit 80d2cf6562

View File

@@ -1,5 +1,6 @@
" TODO: create cssTransitionProp group and cssTransitionAttr group
syn match cssFontProp contained "\<transition\(-\(delay\|duration\|property\|timing-function\)\)\=\>"
syn keyword cssFontAttr contained linear
syn match cssFontProp contained "\<transition\(-\(property\|duration\|timing-function\|delay\)\)\=\>"
syn keyword cssFontAttr contained IDENT linear
syn match cssFontAttr contained "\<ease\(-\(in\|out\|in-out\)\)\=\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<cubic-bezier\s*(" end=")" oneline keepend
syn match cssFontAttr contained "\<step-\(start\|end\)\=\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(steps\|cubic-bezier\)\s*(" end=")" oneline keepend