mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
9 lines
494 B
VimL
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\>"
|