File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ contexts:
20
20
- meta_scope: meta.template.vue
21
21
- match: '{{'
22
22
scope: punctuation.definition.template.begin.html
23
- embed: scope:source.jsx
24
- embed_scope: source.jsx .embedded.vue
23
+ embed: scope:source.js
24
+ embed_scope: source.js .embedded.vue
25
25
escape: '}}'
26
26
escape_captures:
27
27
0: meta.template.vue punctuation.definition.template.end.html
@@ -62,9 +62,9 @@ contexts:
62
62
scope:
63
63
meta.string.html string.quoted.double.html
64
64
punctuation.definition.string.begin.html
65
- embed: scope:source.jsx
65
+ embed: scope:source.js
66
66
pop: true
67
- embed_scope: meta.string.html source.jsx .embedded.vue
67
+ embed_scope: meta.string.html source.js .embedded.vue
68
68
escape: '"'
69
69
escape_captures:
70
70
0:
@@ -74,9 +74,9 @@ contexts:
74
74
scope:
75
75
meta.string.html string.quoted.single.html
76
76
punctuation.definition.string.begin.html
77
- embed: scope:source.jsx
77
+ embed: scope:source.js
78
78
pop: true
79
- embed_scope: meta.string.html source.jsx .embedded.vue
79
+ embed_scope: meta.string.html source.js .embedded.vue
80
80
escape: "'"
81
81
escape_captures:
82
82
0:
You can’t perform that action at this time.
0 commit comments