File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ patterns:
158
158
' 1 ' : {name: punctuation.definition.tag.end.html}
159
159
end : (?=</(?i:style))
160
160
patterns :
161
- - include : source.sass
161
+ - include : source.css. sass
162
162
163
163
- name : source.scss.embedded.html
164
164
begin : (?:^\s+)?(<)((?i:style))\b(?=[^>]*lang=(['"])scss\1?)
@@ -174,7 +174,7 @@ patterns:
174
174
' 1 ' : {name: punctuation.definition.tag.end.html}
175
175
end : (?=</(?i:style))
176
176
patterns :
177
- - include : source.scss
177
+ - include : source.css. scss
178
178
179
179
- name : source.less.embedded.html
180
180
begin : (?:^\s+)?(<)((?i:style))\b(?=[^>]*lang=(['"])less\1?)
Original file line number Diff line number Diff line change 527
527
<array >
528
528
<dict >
529
529
<key >include </key >
530
- <string >source.sass </string >
530
+ <string >source.css. sass </string >
531
531
</dict >
532
532
</array >
533
533
</dict >
581
581
<array >
582
582
<dict >
583
583
<key >include </key >
584
- <string >source.scss </string >
584
+ <string >source.css. scss </string >
585
585
</dict >
586
586
</array >
587
587
</dict >
You can’t perform that action at this time.
0 commit comments