leafOfTree / vim-vue-plugin

Vim syntax and indent plugin for .vue files
The Unlicense
177 stars 9 forks source link

String template with quotes causes highlighting error #20

Closed leafOfTree closed 4 years ago

leafOfTree commented 4 years ago

Codes like below will cause syntax highlighting error:

console.log(`${format('')}`);
leafOfTree commented 4 years ago

Caused by vim-pug. The syntax has to be removed.

syn cluster htmlJavascript remove=javascriptParenthesisBlock