File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# [PackageDev] target_format: plist, ext: tmLanguage
2
2
---
3
3
name : Vue Component
4
- scopeName : text.html.basic
4
+ scopeName : text.html.vue
5
5
fileTypes : [vue]
6
6
uuid : 5512c10d-4cc5-434c-b8fc-53b912f55ab3
7
7
@@ -73,7 +73,7 @@ patterns:
73
73
- begin : (>)
74
74
beginCaptures :
75
75
' 1 ' : {name: punctuation.definition.tag.end.html}
76
- end : (?=</(?i:style ))
76
+ end : (?=</(?i:template ))
77
77
patterns :
78
78
- include : source.jade
79
79
Original file line number Diff line number Diff line change 250
250
</dict >
251
251
</dict >
252
252
<key >end </key >
253
- <string >(?=< /(?i:style )) </string >
253
+ <string >(?=< /(?i:template )) </string >
254
254
<key >patterns </key >
255
255
<array >
256
256
<dict >
1011
1011
</dict >
1012
1012
</dict >
1013
1013
<key >scopeName </key >
1014
- <string >text.html.basic </string >
1014
+ <string >text.html.vue </string >
1015
1015
<key >uuid </key >
1016
1016
<string >5512c10d-4cc5-434c-b8fc-53b912f55ab3 </string >
1017
1017
</dict >
You can’t perform that action at this time.
0 commit comments