hollowtree / vscode-vue-snippets

A Vue.js 2 Snippets Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=hollowtree.vue-snippets
96 stars 30 forks source link

The highlight of vue file is not work on v0.1.12 #36

Closed guanbo closed 4 years ago

guanbo commented 4 years ago

Problem

After upgrade v0.1.12, the highlight of vue file is not work. Under v0.1.11 is fine.

Environment

version: 1.47.3 commit: 91899dcef7b8110878ea59626991a18c8a6a1b3e date: 2020-07-23T13:08:29.692Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Darwin x64 19.5.0

hollowtree commented 4 years ago

Try install Vetur, it will bring Syntax-highlighting

guanbo commented 4 years ago

OK, it' work.