Files
vim-css3-syntax/after/syntax/css/css3-ui.vim
2012-01-20 17:08:32 +09:00

9 lines
494 B
VimL

syn keyword cssUIProp contained icon resize
syn match cssUIProp contained "\<box-sizing\>"
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\>"