add values for background-origin

This commit is contained in:
Kyo Nagashima
2012-01-12 07:33:47 +09:00
parent 0ef86d07ed
commit e54bc71e0d

View File

@@ -4,3 +4,4 @@ syn match cssFontProp contained "\<border-image\(-\(source\|slice\|width\|outset
syn match cssFontProp contained "\<border-\(\(top-right\|bottom-right\|bottom-left\|top-left\)-\)\=radius\>"
syn match cssFontProp contained "\<box-\(decoration-break\|shadow\)\>"
syn keyword cssFontAttr contained stretch round fill alice clone
syn match cssFontAttr contained "\<\(padding\|border\|content\)-box\>"