mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
support border-top-right-radius and others
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
" 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 "\<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
|
||||
|
||||
Reference in New Issue
Block a user