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