@@ -19,8 +19,8 @@ contexts:
19
19
- meta_scope : meta.template.vue
20
20
- match : ' {{'
21
21
scope : punctuation.definition.template.begin.html
22
- embed : scope:source.jsx
23
- embed_scope : source.jsx .embedded.vue
22
+ embed : scope:source.js
23
+ embed_scope : source.js .embedded.vue
24
24
escape : ' }}'
25
25
escape_captures :
26
26
0 : meta.template.vue punctuation.definition.template.end.html
@@ -59,17 +59,17 @@ contexts:
59
59
vue-directive-value :
60
60
- match : ' "'
61
61
scope : meta.string.html string.quoted.double.html punctuation.definition.string.begin.html
62
- embed : scope:source.jsx
62
+ embed : scope:source.js
63
63
pop : true
64
- embed_scope : meta.string.html source.jsx .embedded.vue
64
+ embed_scope : meta.string.html source.js .embedded.vue
65
65
escape : ' "'
66
66
escape_captures :
67
67
0 : meta.string.html string.quoted.double.html punctuation.definition.string.end.html
68
68
- match : " '"
69
69
scope : meta.string.html string.quoted.single.html punctuation.definition.string.begin.html
70
- embed : scope:source.jsx
70
+ embed : scope:source.js
71
71
pop : true
72
- embed_scope : meta.string.html source.jsx .embedded.vue
72
+ embed_scope : meta.string.html source.js .embedded.vue
73
73
escape : " '"
74
74
escape_captures :
75
75
0 : meta.string.html string.quoted.single.html punctuation.definition.string.end.html
@@ -102,8 +102,8 @@ contexts:
102
102
scope : punctuation.definition.tag.end.html
103
103
set :
104
104
- include : style-close-tag
105
- - match : ' '
106
- embed_scope : source.sass.embedded.html
105
+ - embed_scope : source.sass.embedded.html
106
+ match : ' '
107
107
embed : scope:source.sass
108
108
escape : (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
109
109
- tag-generic-attribute-meta
@@ -116,8 +116,8 @@ contexts:
116
116
scope : punctuation.definition.tag.end.html
117
117
set :
118
118
- include : style-close-tag
119
- - match : ' '
120
- embed_scope : source.scss.embedded.html
119
+ - embed_scope : source.scss.embedded.html
120
+ match : ' '
121
121
embed : scope:source.scss
122
122
escape : (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
123
123
- tag-generic-attribute-meta
@@ -130,8 +130,8 @@ contexts:
130
130
scope : punctuation.definition.tag.end.html
131
131
set :
132
132
- include : style-close-tag
133
- - match : ' '
134
- embed_scope : source.stylus.embedded.html
133
+ - embed_scope : source.stylus.embedded.html
134
+ match : ' '
135
135
embed : scope:source.stylus
136
136
escape : (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
137
137
- tag-generic-attribute-meta
@@ -144,8 +144,8 @@ contexts:
144
144
scope : punctuation.definition.tag.end.html
145
145
set :
146
146
- include : style-close-tag
147
- - match : ' '
148
- embed_scope : source.sss.embedded.html
147
+ - embed_scope : source.sss.embedded.html
148
+ match : ' '
149
149
embed : scope:source.sss
150
150
escape : (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
151
151
- tag-generic-attribute-meta
@@ -158,8 +158,8 @@ contexts:
158
158
scope : punctuation.definition.tag.end.html
159
159
set :
160
160
- include : style-close-tag
161
- - match : ' '
162
- embed_scope : source.postcss.embedded.html
161
+ - embed_scope : source.postcss.embedded.html
162
+ match : ' '
163
163
embed : scope:source.postcss
164
164
escape : (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
165
165
- tag-generic-attribute-meta
@@ -172,8 +172,8 @@ contexts:
172
172
scope : punctuation.definition.tag.end.html
173
173
set :
174
174
- include : style-close-tag
175
- - match : ' '
176
- embed_scope : source.less.embedded.html
175
+ - embed_scope : source.less.embedded.html
176
+ match : ' '
177
177
embed : scope:source.less
178
178
escape : (?i)(?=(?:-->\s*)?</style{{tag_name_break_char}})
179
179
- tag-generic-attribute-meta
@@ -216,8 +216,8 @@ contexts:
216
216
scope : punctuation.definition.tag.end.html
217
217
set :
218
218
- include : script-close-tag
219
- - match : ' '
220
- embed_scope : source.coffee.embedded.html
219
+ - embed_scope : source.coffee.embedded.html
220
+ match : ' '
221
221
embed : scope:source.coffee
222
222
escape : (?i)(?=(?:-->\s*)?</script{{tag_name_break_char}})
223
223
- tag-generic-attribute-meta
@@ -230,8 +230,8 @@ contexts:
230
230
scope : punctuation.definition.tag.end.html
231
231
set :
232
232
- include : script-close-tag
233
- - match : ' '
234
- embed_scope : source.livescript.embedded.html
233
+ - embed_scope : source.livescript.embedded.html
234
+ match : ' '
235
235
embed : scope:source.livescript
236
236
escape : (?i)(?=(?:-->\s*)?</script{{tag_name_break_char}})
237
237
- tag-generic-attribute-meta
@@ -244,8 +244,8 @@ contexts:
244
244
scope : punctuation.definition.tag.end.html
245
245
set :
246
246
- include : script-close-tag
247
- - match : ' '
248
- embed_scope : source.ts.embedded.html
247
+ - embed_scope : source.ts.embedded.html
248
+ match : ' '
249
249
embed : scope:source.ts
250
250
escape : (?i)(?=(?:-->\s*)?</script{{tag_name_break_char}})
251
251
- tag-generic-attribute-meta
@@ -304,8 +304,8 @@ contexts:
304
304
scope : punctuation.definition.tag.end.html
305
305
set :
306
306
- include : template-close-tag
307
- - match : ' '
308
- embed_scope : text.jade.embedded.html
307
+ - embed_scope : text.jade.embedded.html
308
+ match : ' '
309
309
embed : scope:text.jade
310
310
escape : (?i)(?=(?:-->\s*)?</template{{tag_name_break_char}})
311
311
- tag-generic-attribute-meta
@@ -318,8 +318,8 @@ contexts:
318
318
scope : punctuation.definition.tag.end.html
319
319
set :
320
320
- include : template-close-tag
321
- - match : ' '
322
- embed_scope : text.pug.embedded.html
321
+ - embed_scope : text.pug.embedded.html
322
+ match : ' '
323
323
embed : scope:text.pug
324
324
escape : (?i)(?=(?:-->\s*)?</template{{tag_name_break_char}})
325
325
- tag-generic-attribute-meta
@@ -332,8 +332,8 @@ contexts:
332
332
scope : punctuation.definition.tag.end.html
333
333
set :
334
334
- include : template-close-tag
335
- - match : ' '
336
- embed_scope : text.slm.embedded.html
335
+ - embed_scope : text.slm.embedded.html
336
+ match : ' '
337
337
embed : scope:text.slm
338
338
escape : (?i)(?=(?:-->\s*)?</template{{tag_name_break_char}})
339
339
- tag-generic-attribute-meta
0 commit comments