mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-24 01:51:49 +08:00
Remove duplicates to Vim 8.1 default runtime
This commit also changes file names and test code for maintainability.
This commit is contained in:
4
after/syntax/css/shapes-1.vim
Normal file
4
after/syntax/css/shapes-1.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
" TODO: create cssShapesProp group and cssShapesAttr group
|
||||
syn match cssFontProp contained "\<shape-\(outside\|image-threshold\|margin\)\>"
|
||||
syn match cssFontAttr contained "\<margin-box\>"
|
||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(inset\|circle\|ellipse\|polygon\)\s*(" end=")" oneline keepend
|
||||
Reference in New Issue
Block a user