seanwash / vscode-vue-components

.vue component syntax highlighting for visual studio code
5 stars 1 forks source link

Notice - Deprecated

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!

Features

A simple plugin to support the highlighting of .vue files. So far tested with JavaScript, Coffeescript, and HTML.

Install

Place the following snippet into your settings file.

{
  "files.associations": {
    "*.vue": "vue"
  }
}

Issues/Bug Reports

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.

Credits

Thanks to https://github.com/vuejs/vue-syntax-highlight for the .tmLanguage file.

Contributors

Release Notes

0.4.1

Update vue.tmLanguage definition

0.3.0

Documentation / metadata updates

0.1.0

Initial release