File tree Expand file tree Collapse file tree 1 file changed +55
-1
lines changed Expand file tree Collapse file tree 1 file changed +55
-1
lines changed Original file line number Diff line number Diff line change 481481 </dict >
482482 <dict >
483483 <key >begin </key >
484- <string >(?:^\s+)?(< )((?i:style))\b(?=[^> ]*lang="(?:s(a|c)ss )(?:\?[^"]*)?") </string >
484+ <string >(?:^\s+)?(< )((?i:style))\b(?=[^> ]*lang="(?:sass )(?:\?[^"]*)?") </string >
485485 <key >captures </key >
486486 <dict >
487487 <key >1 </key >
533533 </dict >
534534 </array >
535535 </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 >
536590 <dict >
537591 <key >begin </key >
538592 <string >(?:^\s+)?(< )((?i:style))\b(?=[^> ]*lang="less(?:\?[^"]*)?") </string >
You can’t perform that action at this time.
0 commit comments