@@ -20,8 +20,8 @@ contexts:
2020 - meta_scope: meta.template.vue
2121 - match: '{{'
2222 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
2525 escape: '}}'
2626 escape_captures:
2727 0: meta.template.vue punctuation.definition.template.end.html
@@ -62,9 +62,9 @@ contexts:
6262 scope:
6363 meta.string.html string.quoted.double.html
6464 punctuation.definition.string.begin.html
65- embed: scope:source.jsx
65+ embed: scope:source.js
6666 pop: true
67- embed_scope: meta.string.html source.jsx .embedded.vue
67+ embed_scope: meta.string.html source.js .embedded.vue
6868 escape: '"'
6969 escape_captures:
7070 0:
@@ -74,9 +74,9 @@ contexts:
7474 scope:
7575 meta.string.html string.quoted.single.html
7676 punctuation.definition.string.begin.html
77- embed: scope:source.jsx
77+ embed: scope:source.js
7878 pop: true
79- embed_scope: meta.string.html source.jsx .embedded.vue
79+ embed_scope: meta.string.html source.js .embedded.vue
8080 escape: "'"
8181 escape_captures:
8282 0: