7

For the last week or so, every .VUE file I work with has no syntax highlighting. I usually have the extension Vetur to help with synthax highlighting and other tweaks to .VUE files.

Things I've tried so far:

  • uninstall/reinstall Vetur
  • change file associations in VScode
  • make sure .vue files have no errors

][1]

4

3 回答 3

0

您可以从 vs code 中的扩展安装“Vue 3 Support - All In One”。然后语法突出显示的问题将得到解决。

于 2021-09-07T07:53:02.803 回答
0

正如我看到的 lang="pug" 没有必要使用其他扩展,如下所示:

https://vuejs.github.io/vetur/highlighting.html#custom-block

所以我认为问题可能出在您的项目文件上,请检查新的 vue 项目以确保问题不是来自您的文件和项目的配置!

于 2020-08-03T14:13:26.800 回答
-2

正如塞巴斯蒂安·布罗施在回复中所说

这对我有用: https ://github.com/vuejs/vetur/blob/master/docs/FAQ.md#no-syntax-highlighting--no-language-features-working

TLDR:在 vscode 中运行命令重新安装命令并选择 vetur 扩展

于 2020-09-04T15:06:15.177 回答