@@ -708,8 +708,8 @@ contexts:
708
708
scope : punctuation.definition.tag.end.html
709
709
set :
710
710
- include : style-close-tag
711
- - match : ' '
712
- embed_scope : source.sass.embedded.html
711
+ - embed_scope : source.sass.embedded.html
712
+ match : ' '
713
713
embed : scope:source.sass
714
714
escape : (?i)(?=(?:-->\s*)?</style)
715
715
- tag-generic-attribute-meta
@@ -722,8 +722,8 @@ contexts:
722
722
scope : punctuation.definition.tag.end.html
723
723
set :
724
724
- include : style-close-tag
725
- - match : ' '
726
- embed_scope : source.scss.embedded.html
725
+ - embed_scope : source.scss.embedded.html
726
+ match : ' '
727
727
embed : scope:source.scss
728
728
escape : (?i)(?=(?:-->\s*)?</style)
729
729
- tag-generic-attribute-meta
@@ -736,8 +736,8 @@ contexts:
736
736
scope : punctuation.definition.tag.end.html
737
737
set :
738
738
- include : style-close-tag
739
- - match : ' '
740
- embed_scope : source.stylus.embedded.html
739
+ - embed_scope : source.stylus.embedded.html
740
+ match : ' '
741
741
embed : scope:source.stylus
742
742
escape : (?i)(?=(?:-->\s*)?</style)
743
743
- tag-generic-attribute-meta
@@ -750,8 +750,8 @@ contexts:
750
750
scope : punctuation.definition.tag.end.html
751
751
set :
752
752
- include : style-close-tag
753
- - match : ' '
754
- embed_scope : source.sss.embedded.html
753
+ - embed_scope : source.sss.embedded.html
754
+ match : ' '
755
755
embed : scope:source.sss
756
756
escape : (?i)(?=(?:-->\s*)?</style)
757
757
- tag-generic-attribute-meta
@@ -764,8 +764,8 @@ contexts:
764
764
scope : punctuation.definition.tag.end.html
765
765
set :
766
766
- include : style-close-tag
767
- - match : ' '
768
- embed_scope : source.postcss.embedded.html
767
+ - embed_scope : source.postcss.embedded.html
768
+ match : ' '
769
769
embed : scope:source.postcss
770
770
escape : (?i)(?=(?:-->\s*)?</style)
771
771
- tag-generic-attribute-meta
@@ -778,9 +778,9 @@ contexts:
778
778
scope : punctuation.definition.tag.end.html
779
779
set :
780
780
- include : style-close-tag
781
- - match : ' '
782
- embed_scope : source.css.less.embedded.html
783
- embed : scope:source.css. less
781
+ - embed_scope : source.less.embedded.html
782
+ match : ' '
783
+ embed : scope:source.less
784
784
escape : (?i)(?=(?:-->\s*)?</style)
785
785
- tag-generic-attribute-meta
786
786
- tag-generic-attribute-value
@@ -812,8 +812,8 @@ contexts:
812
812
scope : punctuation.definition.tag.end.html
813
813
set :
814
814
- include : script-close-tag
815
- - match : ' '
816
- embed_scope : source.coffee.embedded.html
815
+ - embed_scope : source.coffee.embedded.html
816
+ match : ' '
817
817
embed : scope:source.coffee
818
818
escape : (?i)(?=(?:-->\s*)?</script)
819
819
- tag-generic-attribute-meta
@@ -826,8 +826,8 @@ contexts:
826
826
scope : punctuation.definition.tag.end.html
827
827
set :
828
828
- include : script-close-tag
829
- - match : ' '
830
- embed_scope : source.livescript.embedded.html
829
+ - embed_scope : source.livescript.embedded.html
830
+ match : ' '
831
831
embed : scope:source.livescript
832
832
escape : (?i)(?=(?:-->\s*)?</script)
833
833
- tag-generic-attribute-meta
@@ -840,8 +840,8 @@ contexts:
840
840
scope : punctuation.definition.tag.end.html
841
841
set :
842
842
- include : script-close-tag
843
- - match : ' '
844
- embed_scope : source.ts.embedded.html
843
+ - embed_scope : source.ts.embedded.html
844
+ match : ' '
845
845
embed : scope:source.ts
846
846
escape : (?i)(?=(?:-->\s*)?</script)
847
847
- tag-generic-attribute-meta
@@ -900,8 +900,8 @@ contexts:
900
900
scope : punctuation.definition.tag.end.html
901
901
set :
902
902
- include : template-close-tag
903
- - match : ' '
904
- embed_scope : text.jade.embedded.html
903
+ - embed_scope : text.jade.embedded.html
904
+ match : ' '
905
905
embed : scope:text.jade
906
906
escape : (?i)(?=(?:-->\s*)?</template)
907
907
- tag-generic-attribute-meta
@@ -914,8 +914,8 @@ contexts:
914
914
scope : punctuation.definition.tag.end.html
915
915
set :
916
916
- include : template-close-tag
917
- - match : ' '
918
- embed_scope : text.pug.embedded.html
917
+ - embed_scope : text.pug.embedded.html
918
+ match : ' '
919
919
embed : scope:text.pug
920
920
escape : (?i)(?=(?:-->\s*)?</template)
921
921
- tag-generic-attribute-meta
@@ -928,8 +928,8 @@ contexts:
928
928
scope : punctuation.definition.tag.end.html
929
929
set :
930
930
- include : template-close-tag
931
- - match : ' '
932
- embed_scope : text.slm.embedded.html
931
+ - embed_scope : text.slm.embedded.html
932
+ match : ' '
933
933
embed : scope:text.slm
934
934
escape : (?i)(?=(?:-->\s*)?</template)
935
935
- tag-generic-attribute-meta
0 commit comments