Follow WD-css-shapes-1-20131203

This commit is contained in:
Kyo Nagashima
2013-12-04 01:50:05 +09:00
parent b538c66e76
commit 11b62a3f2a
5 changed files with 14 additions and 12 deletions

View 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