mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
Follow WD-css-shapes-1-20131203
This commit is contained in:
5
after/syntax/css/css-shapes-1.vim
Normal file
5
after/syntax/css/css-shapes-1.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
if !hlexists('cssShapesProp')
|
||||
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
|
||||
endif
|
||||
Reference in New Issue
Block a user