Follow changes in WD-css-transitions-1-20171130

No changes, see also: http://www.w3.org/TR/2017/WD-css-transitions-1-20171130/
This commit is contained in:
Kyo Nagashima
2017-12-01 14:29:01 +09:00
parent f622f42d14
commit 1ea88056c1

View File

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