mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
16 lines
558 B
VimL
16 lines
558 B
VimL
syn match cssBoxProp contained "\<border-\(color\|image\|radius\)\>"
|
|
syn match cssBoxProp contained "\<box-shadow\>"
|
|
|
|
syn match cssColorProp contained "\<background-\(origin\|clip\|size\)\>"
|
|
|
|
syn keyword cssColorProp contained opacity
|
|
|
|
syn match cssTextProp contained "\<text-\(shadow\|overflow\)\>"
|
|
syn match cssTextProp contained "\<word-wrap\>"
|
|
|
|
syn match cssBoxProp contained "\<box-sizing\>"
|
|
syn keyword cssBoxProp contained resize
|
|
syn match cssBoxProp contained "\<nav-\(up\|right\|down\|left\)"
|
|
|
|
syn match cssBoxProp contained "\<overflow-\(x\|y\)\>"
|