File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ patterns:
159159 end : (?=</(?i:style))
160160 patterns :
161161 - include : source.sass
162+ - include : source.scss
162163
163164- name : source.scss.embedded.html
164165 begin : (?:^\s+)?(<)((?i:style))\b(?=[^>]*lang="(?:scss)(?:\?[^"]*)?")
@@ -174,6 +175,7 @@ patterns:
174175 ' 1 ' : {name: punctuation.definition.tag.end.html}
175176 end : (?=</(?i:style))
176177 patterns :
178+ - include : source.sass
177179 - include : source.scss
178180
179181
Original file line number Diff line number Diff line change 529529 <key >include </key >
530530 <string >source.sass </string >
531531 </dict >
532+ <dict >
533+ <key >include </key >
534+ <string >source.scss </string >
535+ </dict >
532536 </array >
533537 </dict >
534538 </array >
579583 <string >(?=< /(?i:style)) </string >
580584 <key >patterns </key >
581585 <array >
586+ <dict >
587+ <key >include </key >
588+ <string >source.sass </string >
589+ </dict >
582590 <dict >
583591 <key >include </key >
584592 <string >source.scss </string >
You can’t perform that action at this time.
0 commit comments