vuejs / vetur

Vue tooling for VS Code.
https://vuejs.github.io/vetur/
MIT License
5.74k stars 592 forks source link

【Question】Highlighting in WeChat Mini-Application #1359

Open Gcaufy opened 5 years ago

Gcaufy commented 5 years ago

Question

WeChat Mini-Application is very famous in China. we can also use .vue to develop Mini-Application. but the difference is, In Mini-Application, there are two more sections wxs(js) and config(json) than style/template/script. Just want to highlight these two sections.

So is that possible to PR this repo, or you have some other good suggestion?

octref commented 5 years ago

Just highlighting is doable. But once I support it, users would want auto completion, formatting, jump to definition etc. I don't think I would have time and resource to support all these features.