Answer the question
In order to leave comments, you need to log in
Syntax highlighting in VSCode?
I'm looking for a plugin that could highlight vue (or at least html) syntax in ES6 template strings in .js files. Same for css. Ideally, if there was also auto-tabbing.
const vueTemplate = `
<ul v-for="item in items" :key="item.id">
<li>{{item.name}}</li>
</ul>
`;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question