mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
6 lines
220 B
VimL
6 lines
220 B
VimL
silent! syntax clear stylusDefinition
|
|
syntax region cssStylusDefinition matchgroup=cssBraces
|
|
\ contains=@StylusSyntax,cssStylusDefinition
|
|
\ contained containedin=cssStylusVueStyle
|
|
\ start="{" end="}"
|