E
E
egyptForce2018-11-24 16:10:13
JavaScript
egyptForce, 2018-11-24 16:10:13

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>
`;

Googled one plugin, but it doesn't really suit me.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nvdfxx, 2018-11-24
@nvdfxx

vetur?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question