mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
add css-shapes.vim and test
This commit is contained in:
3
after/syntax/css/css-shapes.vim
Normal file
3
after/syntax/css/css-shapes.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
" TODO: create cssShapesProp group
|
||||
syn match cssFontProp contained "\<shape-\(image-threshold\|inside\|outside\)\>"
|
||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(\(inset-\)\=rectangle\|circle\|ellipse\|polygon\)\s*(" end=")" oneline keepend
|
||||
Reference in New Issue
Block a user