language-vue-component icon indicating copy to clipboard operation
language-vue-component copied to clipboard

Adds syntax highlighting to Vue Component files in Atom

Syntax highlighting for single-file Vue.js components supports in Atom (enabled by Vueify or vue-loader).

This syntax highlighting is translated from Vue.js author's Sublime Text syntax highlighting for single-file Vue components.

NOTE: You still need to install corresponding packages for pre-processors (e.g. Jade, SASS, CoffeeScript) to get proper syntax highlighting for them.