File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ contexts:
678
678
- match : (>)
679
679
captures :
680
680
1 : meta.tag.style.begin.html punctuation.definition.tag.end.html
681
- embed : scope:source.scss
681
+ embed : scope:source.sass
682
682
escape : (?i)(?=</style)
683
683
- match : ' '
684
684
push :
@@ -854,4 +854,5 @@ contexts:
854
854
- match : (?=>)
855
855
pop : true
856
856
- include : tag-attributes
857
+
857
858
hidden : false
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ contexts: !merge
219
219
- match: '(>)'
220
220
captures:
221
221
1: meta.tag.style.begin.html punctuation.definition.tag.end.html
222
- embed: scope:source.scss
222
+ embed: scope:source.sass
223
223
escape: (?i)(?=</style)
224
224
- match: ''
225
225
push:
@@ -395,4 +395,4 @@ contexts: !merge
395
395
- match: '(?=>)'
396
396
pop: true
397
397
- include: tag-attributes
398
-
398
+
You can’t perform that action at this time.
0 commit comments