follow WD-css3-ui-20120117

This commit is contained in:
Kyo Nagashima
2012-01-20 17:08:32 +09:00
parent 234dba87a1
commit 6d9bcbee61

View File

@@ -1,5 +1,8 @@
syn keyword cssUIProp contained appearance resize
syn keyword cssUIProp contained icon resize
syn match cssUIProp contained "\<box-sizing\>"
syn match cssUIProp contained "\<nav-\(up\|right\|down\|left\)"
syn keyword cssUIAttr contained root horizontal vertical
syn match cssUIProp contained "\<ime-mode\>"
syn match cssUIProp contained "\<nav-\(index\|up\|right\|down\|left\)"
syn match cssUIProp contained "\<outline\(-\(color\|offset\|style\|width\)\)\="
syn match cssUIProp contained "\<text-overflow\>"
syn keyword cssUIAttr contained active inactive disabled root horizontal vertical clip ellipsis
syn match cssUIAttr contained "\<\(content\|border\)-box\>"