Skip to content

Commit bc03d84

Browse files
committed
change scope
1 parent 62afe9a commit bc03d84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue Syntax Highlight
22

3-
Sublime Text Syntax highlighting for single-file [Vue.js](http://vuejs.org) components (enabled by [Vueify](https://github.com/vuejs/vueify) or [vue-loader](https://github.com/vuejs/vue-loader)).
3+
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)).
44

55
![screenshot](http://vuejs.org/images/vueify.png)
66

vue.YAML-tmLanguage

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [PackageDev] target_format: plist, ext: tmLanguage
22
name: Vue Component
3-
scopeName: text.html.basic
3+
scopeName: text.html.vue
44
fileTypes: [vue]
55
uuid: 2627aff3-9590-433e-8d6a-2e2603de23f8
66

vue.tmLanguage

+1-1
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@
12231223
</dict>
12241224
</dict>
12251225
<key>scopeName</key>
1226-
<string>text.html.basic</string>
1226+
<string>text.html.vue</string>
12271227
<key>uuid</key>
12281228
<string>2627aff3-9590-433e-8d6a-2e2603de23f8</string>
12291229
</dict>

0 commit comments

Comments
 (0)