Skip to content

Commit 074fbc0

Browse files
committed
Update scope to match new LESS extension
1 parent af5a865 commit 074fbc0

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Vue Component.sublime-syntax

Lines changed: 25 additions & 25 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: ''
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: ''
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: ''
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: ''
754-
embed_scope: source.sss.embedded.html
753+
- embed_scope: source.sss.embedded.html
754+
match: ''
755755
embed: scope:source.sss
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: ''
768-
embed_scope: source.postcss.embedded.html
767+
- embed_scope: source.postcss.embedded.html
768+
match: ''
769769
embed: scope:source.postcss
770770
escape: (?i)(?=(?:-->\s*)?</style)
771771
- tag-generic-attribute-meta
@@ -778,9 +778,9 @@ contexts:
778778
scope: punctuation.definition.tag.end.html
779779
set:
780780
- 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
784784
escape: (?i)(?=(?:-->\s*)?</style)
785785
- tag-generic-attribute-meta
786786
- tag-generic-attribute-value
@@ -812,8 +812,8 @@ contexts:
812812
scope: punctuation.definition.tag.end.html
813813
set:
814814
- include: script-close-tag
815-
- match: ''
816-
embed_scope: source.coffee.embedded.html
815+
- embed_scope: source.coffee.embedded.html
816+
match: ''
817817
embed: scope:source.coffee
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: ''
830-
embed_scope: source.livescript.embedded.html
829+
- embed_scope: source.livescript.embedded.html
830+
match: ''
831831
embed: scope:source.livescript
832832
escape: (?i)(?=(?:-->\s*)?</script)
833833
- tag-generic-attribute-meta
@@ -840,8 +840,8 @@ contexts:
840840
scope: punctuation.definition.tag.end.html
841841
set:
842842
- include: script-close-tag
843-
- match: ''
844-
embed_scope: source.ts.embedded.html
843+
- embed_scope: source.ts.embedded.html
844+
match: ''
845845
embed: scope:source.ts
846846
escape: (?i)(?=(?:-->\s*)?</script)
847847
- 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: ''
904-
embed_scope: text.jade.embedded.html
903+
- embed_scope: text.jade.embedded.html
904+
match: ''
905905
embed: scope:text.jade
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: ''
918-
embed_scope: text.pug.embedded.html
917+
- embed_scope: text.pug.embedded.html
918+
match: ''
919919
embed: scope:text.pug
920920
escape: (?i)(?=(?:-->\s*)?</template)
921921
- tag-generic-attribute-meta
@@ -928,8 +928,8 @@ contexts:
928928
scope: punctuation.definition.tag.end.html
929929
set:
930930
- include: template-close-tag
931-
- match: ''
932-
embed_scope: text.slm.embedded.html
931+
- embed_scope: text.slm.embedded.html
932+
match: ''
933933
embed: scope:text.slm
934934
escape: (?i)(?=(?:-->\s*)?</template)
935935
- tag-generic-attribute-meta

Vue Component.sublime-syntax.yaml-macros

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ contexts: !merge
8686
- !style_language [ stylus, source.stylus ]
8787
- !style_language [ postcss\?parser=sugarss, source.sss ]
8888
- !style_language [ postcss, source.postcss ]
89-
- !style_language [ less, source.css.less ]
89+
- !style_language [ less, source.less ]
9090
- match: (?=\S)
9191
set:
9292
- style-css

0 commit comments

Comments
 (0)