Files
vim-css3-syntax/after/syntax/css/backgrounds-4.vim
Kyo Nagashima 9ee9e64622 Remove duplicates to Vim 8.1 default runtime
This commit also changes file names and test code for maintainability.
2018-05-24 16:45:46 +09:00

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\)\>"