Skip to content

Commit 6cf7158

Browse files
committed
fix note
1 parent 5b2192f commit 6cf7158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Vue Syntax Highlight
22

3+
**Note**: the `new` branch hosts the new syntax that only works in Sublime build > 3153. For the old syntax, see `master` branch.
4+
35
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)).
46

57
<p align="center">
@@ -23,8 +25,6 @@ The `<script>` block uses the syntax highlighting currently active for you norma
2325

2426
### Development
2527

26-
> Note: the `master` branch hosts the new syntax that only works in Sublime build > 3153. For the old syntax, see `oldsyntax` branch.
27-
2828
- The development of this syntax relies on the [YAML-Macros](https://github.com/Thom1729/YAML-Macros) package. You can install it from Package Control.
2929

3030
- Do not edit `Vue Component.sublime-syntax` directly. Work in `Vue Component.sublime-syntax.yaml-macros` instead. Once done editing, run "Build With: YAML Macros" from Sublime's command palette. This will update the actual `Vue Component.sublime-syntax` file.

0 commit comments

Comments
 (0)