mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
6 lines
279 B
VimL
6 lines
279 B
VimL
syn keyword cssUIProp contained appearance 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 cssUIAttr contained "\<\(content\|border\)-box\>"
|