mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
6 lines
392 B
VimL
6 lines
392 B
VimL
" TODO: create cssBackgroundProp group and cssBackgroundAttr group
|
|
syn match cssFontProp contained "\<background-\(origin\|clip\|size\)\>"
|
|
syn match cssFontProp contained "\<border-\(color\|image\(-\(source\|slice\|width\|outset\|repeat\)\)\=\|radius\)\>"
|
|
syn match cssFontProp contained "\<box-\(decoration-break\|shadow\)\>"
|
|
syn keyword cssFontAttr contained stretch round fill alice clone
|