|
1 | 1 | #Vue Syntax Highlight |
2 | 2 |
|
| 3 | +**Note:** The`master` branch hosts the`tmLanguage` based implementation that is distributed to Sublime Text build < 3153. It is also used to power GitHub's syntax highlight of`*.vue` files in[linguist](https://github.com/github/linguist). |
| 4 | + |
| 5 | +For a newer implementation of the syntax that is distributed to build >=3153, See the[new](https://github.com/vuejs/vue-syntax-highlight/tree/new) branch. |
| 6 | + |
| 7 | +--- |
| 8 | + |
3 | 9 | Sublime Text Syntax highlighting for single-file[Vue.js](http://vuejs.org) components (enabled by[vue-loader](https://github.com/vuejs/vue-loader) or[vueify](https://github.com/vuejs/vueify)). |
4 | 10 |
|
5 | 11 |  |
|