From 021c921b3677ab638b7ab4b3892734d43284a574 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Wed, 25 Mar 2020 11:41:34 +0800 Subject: [PATCH] Fix string template with quotes syntax error --- syntax/vue.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/vue.vim b/syntax/vue.vim index e72cbf0..b3435c3 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -106,6 +106,7 @@ endif " If pug is enabled, load vim-pug syntax if s:use_pug call s:LoadFullSyntax('@PugSyntax', 'pug') + syn cluster htmlJavascript remove=javascriptParenthesisBlock endif " If less is enabled, load less syntax