mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
8 lines
425 B
VimL
8 lines
425 B
VimL
syn keyword cssFontProp contained corners
|
|
syn match cssFontProp contained "\<background-position-\(x\|y\|inline\|block\)\>"
|
|
syn match cssFontProp contained "\<corner-shape\>"
|
|
syn match cssFontProp contained "\<border-limit\>"
|
|
syn match cssFontProp contained "\<border-clip\(-\(top\|right\|bottom\|left\)\)\=\>"
|
|
syn keyword cssFontAttr contained bevel scoop notch
|
|
syn match cssFontAttr contained "\<\(x\|y\)-\(start\|end\)\>"
|