File tree 1 file changed +55
-1
lines changed
1 file changed +55
-1
lines changed Original file line number Diff line number Diff line change 481
481
</dict >
482
482
<dict >
483
483
<key >begin </key >
484
- <string >(?:^\s+)?(< )((?i:style))\b(?=[^> ]*lang="(?:s(a|c)ss )(?:\?[^"]*)?") </string >
484
+ <string >(?:^\s+)?(< )((?i:style))\b(?=[^> ]*lang="(?:sass )(?:\?[^"]*)?") </string >
485
485
<key >captures </key >
486
486
<dict >
487
487
<key >1 </key >
533
533
</dict >
534
534
</array >
535
535
</dict >
536
+ <dict >
537
+ <key >begin </key >
538
+ <string >(?:^\s+)?(< )((?i:style))\b(?=[^> ]*lang="(?:scss)(?:\?[^"]*)?") </string >
539
+ <key >captures </key >
540
+ <dict >
541
+ <key >1 </key >
542
+ <dict >
543
+ <key >name </key >
544
+ <string >punctuation.definition.tag.begin.html </string >
545
+ </dict >
546
+ <key >2 </key >
547
+ <dict >
548
+ <key >name </key >
549
+ <string >entity.name.tag.style.html </string >
550
+ </dict >
551
+ <key >3 </key >
552
+ <dict >
553
+ <key >name </key >
554
+ <string >punctuation.definition.tag.html </string >
555
+ </dict >
556
+ </dict >
557
+ <key >end </key >
558
+ <string >(< /)((?i:style))(> )(?:\s*\n)? </string >
559
+ <key >name </key >
560
+ <string >source.scss.embedded.html </string >
561
+ <key >patterns </key >
562
+ <array >
563
+ <dict >
564
+ <key >include </key >
565
+ <string >#tag-stuff </string >
566
+ </dict >
567
+ <dict >
568
+ <key >begin </key >
569
+ <string >(> ) </string >
570
+ <key >beginCaptures </key >
571
+ <dict >
572
+ <key >1 </key >
573
+ <dict >
574
+ <key >name </key >
575
+ <string >punctuation.definition.tag.end.html </string >
576
+ </dict >
577
+ </dict >
578
+ <key >end </key >
579
+ <string >(?=< /(?i:style)) </string >
580
+ <key >patterns </key >
581
+ <array >
582
+ <dict >
583
+ <key >include </key >
584
+ <string >source.scss </string >
585
+ </dict >
586
+ </array >
587
+ </dict >
588
+ </array >
589
+ </dict >
536
590
<dict >
537
591
<key >begin </key >
538
592
<string >(?:^\s+)?(< )((?i:style))\b(?=[^> ]*lang="less(?:\?[^"]*)?") </string >
You can’t perform that action at this time.
0 commit comments