mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-08-01 05:30:22 +08:00
3 lines
154 B
VimL
3 lines
154 B
VimL
syn keyword cssFontProp contained link-parameters
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<param\s*(" end=")" oneline keepend
|