mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 13:44:46 +08:00
7 lines
237 B
VimL
7 lines
237 B
VimL
" Use emmet-vim css type.
|
|
silent! syntax clear lessDefinition
|
|
syntax region cssLessDefinition matchgroup=cssBraces
|
|
\ contains=@LessSyntax,cssLessDefinition
|
|
\ contained containedin=cssLessVueStyle
|
|
\ start="{" end="}"
|