@@ -708,8 +708,8 @@ contexts:
708708 scope : punctuation.definition.tag.end.html
709709 set :
710710 - include : style-close-tag
711- - embed_scope : source.sass.embedded.html
712- match : ' '
711+ - match : ' '
712+ embed_scope : source.sass.embedded.html
713713 embed : scope:source.sass
714714 escape : (?i)(?=(?:-->\s*)?</style)
715715 - tag-generic-attribute-meta
@@ -722,8 +722,8 @@ contexts:
722722 scope : punctuation.definition.tag.end.html
723723 set :
724724 - include : style-close-tag
725- - embed_scope : source.scss.embedded.html
726- match : ' '
725+ - match : ' '
726+ embed_scope : source.scss.embedded.html
727727 embed : scope:source.scss
728728 escape : (?i)(?=(?:-->\s*)?</style)
729729 - tag-generic-attribute-meta
@@ -736,8 +736,8 @@ contexts:
736736 scope : punctuation.definition.tag.end.html
737737 set :
738738 - include : style-close-tag
739- - embed_scope : source.stylus.embedded.html
740- match : ' '
739+ - match : ' '
740+ embed_scope : source.stylus.embedded.html
741741 embed : scope:source.stylus
742742 escape : (?i)(?=(?:-->\s*)?</style)
743743 - tag-generic-attribute-meta
@@ -750,8 +750,8 @@ contexts:
750750 scope : punctuation.definition.tag.end.html
751751 set :
752752 - include : style-close-tag
753- - embed_scope : source.postcss.embedded.html
754- match : ' '
753+ - match : ' '
754+ embed_scope : source.postcss.embedded.html
755755 embed : scope:source.postcss
756756 escape : (?i)(?=(?:-->\s*)?</style)
757757 - tag-generic-attribute-meta
@@ -764,8 +764,8 @@ contexts:
764764 scope : punctuation.definition.tag.end.html
765765 set :
766766 - include : style-close-tag
767- - embed_scope : source.css.less.embedded.html
768- match : ' '
767+ - match : ' '
768+ embed_scope : source.css.less.embedded.html
769769 embed : scope:source.css.less
770770 escape : (?i)(?=(?:-->\s*)?</style)
771771 - tag-generic-attribute-meta
@@ -798,8 +798,8 @@ contexts:
798798 scope : punctuation.definition.tag.end.html
799799 set :
800800 - include : script-close-tag
801- - embed_scope : source.coffee.embedded.html
802- match : ' '
801+ - match : ' '
802+ embed_scope : source.coffee.embedded.html
803803 embed : scope:source.coffee
804804 escape : (?i)(?=(?:-->\s*)?</script)
805805 - tag-generic-attribute-meta
@@ -812,8 +812,8 @@ contexts:
812812 scope : punctuation.definition.tag.end.html
813813 set :
814814 - include : script-close-tag
815- - embed_scope : source.livescript.embedded.html
816- match : ' '
815+ - match : ' '
816+ embed_scope : source.livescript.embedded.html
817817 embed : scope:source.livescript
818818 escape : (?i)(?=(?:-->\s*)?</script)
819819 - tag-generic-attribute-meta
@@ -826,8 +826,8 @@ contexts:
826826 scope : punctuation.definition.tag.end.html
827827 set :
828828 - include : script-close-tag
829- - embed_scope : source.ts.embedded.html
830- match : ' '
829+ - match : ' '
830+ embed_scope : source.ts.embedded.html
831831 embed : scope:source.ts
832832 escape : (?i)(?=(?:-->\s*)?</script)
833833 - tag-generic-attribute-meta
@@ -886,8 +886,8 @@ contexts:
886886 scope : punctuation.definition.tag.end.html
887887 set :
888888 - include : template-close-tag
889- - embed_scope : text.jade.embedded.html
890- match : ' '
889+ - match : ' '
890+ embed_scope : text.jade.embedded.html
891891 embed : scope:text.jade
892892 escape : (?i)(?=(?:-->\s*)?</template)
893893 - tag-generic-attribute-meta
@@ -900,8 +900,8 @@ contexts:
900900 scope : punctuation.definition.tag.end.html
901901 set :
902902 - include : template-close-tag
903- - embed_scope : text.pug.embedded.html
904- match : ' '
903+ - match : ' '
904+ embed_scope : text.pug.embedded.html
905905 embed : scope:text.pug
906906 escape : (?i)(?=(?:-->\s*)?</template)
907907 - tag-generic-attribute-meta
@@ -914,8 +914,8 @@ contexts:
914914 scope : punctuation.definition.tag.end.html
915915 set :
916916 - include : template-close-tag
917- - embed_scope : text.slm.embedded.html
918- match : ' '
917+ - match : ' '
918+ embed_scope : text.slm.embedded.html
919919 embed : scope:text.slm
920920 escape : (?i)(?=(?:-->\s*)?</template)
921921 - tag-generic-attribute-meta
0 commit comments