Skip to content

Commit 2e4eb82

Browse files
Thomas SmithThomas Smith
authored andcommitted
Moved macros to src.
1 parent 9950e5e commit 2e4eb82

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
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-
- 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

Vue Component.sublime-syntax.yaml-macros

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%YAML 1.2
2-
%TAG ! tag:yaml-macros:macros:
2+
%TAG ! tag:yaml-macros:src.macros:
33
---
44
!extend
55
_base: HTML.yaml

macros.py renamed to src/macros.py

File renamed without changes.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy