mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
4 lines
254 B
VimL
4 lines
254 B
VimL
syn match cssFontProp contained "\<\(fill\|stroke\)-\(break\|color\|image\|origin\|position\|size\|repeat\)\>"
|
|
syn match cssFontProp contained "\<stroke-\(align\|dash-\(corner\|justify\)\)\>"
|
|
syn keyword cssFontAttr contained stupid compress dashes gaps
|