File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -288,15 +288,24 @@ patterns: [
288
288
}
289
289
{
290
290
name : " source.css.embedded.html"
291
- begin : " (?:^\\ s+)?(<)((?i:style))\\ b(?![^>]*/>|lang=[\" '].*[\" '])"
292
- captures :
291
+ begin : " (?:^\\ s+)?(( <)((?i:style))) \\ b(?![^>]*\ / >|lang=[\" '].*[\" '])"
292
+ beginCaptures :
293
293
" 1" :
294
- name : " punctuation.definition. tag.html"
294
+ name : " meta. tag.other .html"
295
295
" 2" :
296
+ name : " punctuation.definition.tag.html"
297
+ " 3" :
296
298
name : " entity.name.tag.style.html"
299
+ end : " ((<\/ )((?i:style))(>))(?:\\ s*\\ n)?"
300
+ endCaptures :
301
+ " 1" :
302
+ name : " meta.tag.other.html"
303
+ " 2" :
304
+ name : " punctuation.definition.tag.html"
297
305
" 3" :
306
+ name : " entity.name.tag.style.html"
307
+ " 4" :
298
308
name : " punctuation.definition.tag.html"
299
- end : " (</)((?i:style))(>)(?:\\ s*\\ n)?"
300
309
patterns : [
301
310
{
302
311
include : " #tag-stuff"
You can’t perform that action at this time.
0 commit comments