mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 13:44:46 +08:00
Fix string template with quotes syntax error
This commit is contained in:
@@ -106,6 +106,7 @@ endif
|
|||||||
" If pug is enabled, load vim-pug syntax
|
" If pug is enabled, load vim-pug syntax
|
||||||
if s:use_pug
|
if s:use_pug
|
||||||
call s:LoadFullSyntax('@PugSyntax', 'pug')
|
call s:LoadFullSyntax('@PugSyntax', 'pug')
|
||||||
|
syn cluster htmlJavascript remove=javascriptParenthesisBlock
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" If less is enabled, load less syntax
|
" If less is enabled, load less syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user