This plugin fulfilled my needs for a while, but in the time since it was first released there are newer and more feature complete plugins around, and with more active maintainers.
I now recommend using Vetur as it has already solved a few of the issues that were opened for this plugin. Cheers!
A simple plugin to support the highlighting of .vue files. So far tested with JavaScript, Coffeescript, and HTML.
Place the following snippet into your settings file.
{
"files.associations": {
"*.vue": "vue"
}
}
Issues and Bug Reports can be filed here. Please have a look through before leaving negative reviews or comments as a couple known items are directly related to current limitations with vscode.
Thanks to https://github.com/vuejs/vue-syntax-highlight for the .tmLanguage file.
Update vue.tmLanguage definition
Documentation / metadata updates
Initial release