Fix wrong condition

This commit is contained in:
Kyo Nagashima
2013-11-27 10:10:56 +09:00
parent ec76043c2b
commit a925872665

View File

@@ -1,4 +1,4 @@
if hlexists('cssTransitionProp')
if !hlexists('cssTransitionProp')
syn match cssFontProp contained "\<transition\(-\(property\|duration\|timing-function\|delay\)\)\=\>"
syn keyword cssFontAttr contained linear
syn match cssFontAttr contained "\<ease\(-\(in\|out\|in-out\)\)\=\>"