|
70 | 70 | "grammars": [ |
71 | 71 | { |
72 | 72 | "language": "vue", |
73 | | - "scopeName": "source.vue", |
| 73 | + "scopeName": "text.html.vue", |
74 | 74 | "path": "./syntaxes/vue.tmLanguage.json", |
75 | 75 | "embeddedLanguages": { |
76 | | - "source.vue": "vue", |
| 76 | + "text.html.vue": "vue", |
77 | 77 | "text": "plaintext", |
78 | 78 | "text.html.derivative": "html", |
79 | 79 | "text.html.markdown": "markdown", |
|
116 | 116 | ], |
117 | 117 | "embeddedLanguages": { |
118 | 118 | "meta.embedded.block.vue": "vue", |
119 | | - "source.vue": "vue", |
| 119 | + "text.html.vue": "vue", |
120 | 120 | "text": "plaintext", |
121 | 121 | "text.html.derivative": "html", |
122 | 122 | "text.html.markdown": "markdown", |
|
152 | 152 | ], |
153 | 153 | "embeddedLanguages": { |
154 | 154 | "mdx.embedded.vue": "vue", |
155 | | - "source.vue": "vue", |
| 155 | + "text.html.vue": "vue", |
156 | 156 | "text": "plaintext", |
157 | 157 | "text.html.derivative": "html", |
158 | 158 | "text.html.markdown": "markdown", |
|
184 | 184 | "scopeName": "vue.directives", |
185 | 185 | "path": "./syntaxes/vue-directives.json", |
186 | 186 | "injectTo": [ |
187 | | - "source.vue", |
| 187 | + "text.html.vue", |
188 | 188 | "text.html.markdown", |
189 | 189 | "text.html.derivative", |
190 | 190 | "text.pug" |
|
194 | 194 | "scopeName": "vue.interpolations", |
195 | 195 | "path": "./syntaxes/vue-interpolations.json", |
196 | 196 | "injectTo": [ |
197 | | - "source.vue", |
| 197 | + "text.html.vue", |
198 | 198 | "text.html.markdown", |
199 | 199 | "text.html.derivative", |
200 | 200 | "text.pug" |
|
204 | 204 | "scopeName": "vue.sfc.script.leading-operator-fix", |
205 | 205 | "path": "./syntaxes/vue-sfc-script-leading-operator-fix.json", |
206 | 206 | "injectTo": [ |
207 | | - "source.vue" |
| 207 | + "text.html.vue" |
208 | 208 | ] |
209 | 209 | }, |
210 | 210 | { |
211 | 211 | "scopeName": "vue.sfc.style.variable.injection", |
212 | 212 | "path": "./syntaxes/vue-sfc-style-variable-injection.json", |
213 | 213 | "injectTo": [ |
214 | | - "source.vue" |
| 214 | + "text.html.vue" |
215 | 215 | ] |
216 | 216 | } |
217 | 217 | ], |
|
0 commit comments