mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
8 lines
404 B
VimL
8 lines
404 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-offset\>"
|
|
syn match cssUIProp contained "\<text-overflow\>"
|
|
syn keyword cssUIAttr contained active inactive disabled root horizontal vertical clip ellipsis
|