Skip to content

Commit 818ef40

Browse files
author
thom
committed
Recompiled properly.
1 parent bb1a7a0 commit 818ef40

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

Vue Component.sublime-syntax

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@ contexts:
708708
scope: punctuation.definition.tag.end.html
709709
set:
710710
- include: style-close-tag
711-
- match: (?=\S)
712-
embed_scope: source.sass.embedded.html
711+
- embed_scope: source.sass.embedded.html
712+
match: ''
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-
- match: (?=\S)
726-
embed_scope: source.scss.embedded.html
725+
- embed_scope: source.scss.embedded.html
726+
match: ''
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-
- match: (?=\S)
740-
embed_scope: source.stylus.embedded.html
739+
- embed_scope: source.stylus.embedded.html
740+
match: ''
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-
- match: (?=\S)
754-
embed_scope: source.postcss.embedded.html
753+
- embed_scope: source.postcss.embedded.html
754+
match: ''
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-
- match: (?=\S)
768-
embed_scope: source.css.less.embedded.html
767+
- embed_scope: source.css.less.embedded.html
768+
match: ''
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-
- match: (?=\S)
802-
embed_scope: source.coffee.embedded.html
801+
- embed_scope: source.coffee.embedded.html
802+
match: ''
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-
- match: (?=\S)
816-
embed_scope: source.livescript.embedded.html
815+
- embed_scope: source.livescript.embedded.html
816+
match: ''
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-
- match: (?=\S)
830-
embed_scope: source.ts.embedded.html
829+
- embed_scope: source.ts.embedded.html
830+
match: ''
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-
- match: (?=\S)
890-
embed_scope: text.jade.embedded.html
889+
- embed_scope: text.jade.embedded.html
890+
match: ''
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-
- match: (?=\S)
904-
embed_scope: text.pug.embedded.html
903+
- embed_scope: text.pug.embedded.html
904+
match: ''
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-
- match: (?=\S)
918-
embed_scope: text.slm.embedded.html
917+
- embed_scope: text.slm.embedded.html
918+
match: ''
919919
embed: scope:text.slm
920920
escape: (?i)(?=(?:-->\s*)?</template)
921921
- tag-generic-attribute-meta

0 commit comments

Comments
 (0)