Fix string template with quotes syntax error

This commit is contained in:
leafOfTree
2020-03-25 11:41:34 +08:00
parent 7df45dfd49
commit 021c921b36

View File

@@ -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