Gabriel Machado
Gabriel Machado

Reputation: 503

How do I get Vue syntax Highlight for .js files in VSCode?

I'm aware that I can have it with Vetur in the .vue files, but I use a lot of vue in the normal .js files. And I can't have syntax highligthing for them.

Upvotes: 1

Views: 1269

Answers (1)

XB BX
XB BX

Reputation: 88

This is old but in case anyone is looking for an answer look for "Javascript Vue" extension it will highlit code in backticks `<div> this will have syntax highlighting </div>`

Upvotes: 2

Related Questions