Skip to content

Commit b77dfae

Browse files
committed
revert scope change since it causes highlighting issues
1 parent 6cd3ee1 commit b77dfae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.vue
3+
scopeName: text.html.basic
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.vue</string>
1226+
<string>text.html.basic</string>
12271227
<key>uuid</key>
12281228
<string>2627aff3-9590-433e-8d6a-2e2603de23f8</string>
12291229
</dict>

0 commit comments

Comments
 (0)