Skip to content

Commit

Permalink
source.scss -> source.css.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
louim authored and skyronic committed Nov 1, 2018
1 parent cf1e82d commit bc43274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vue.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ patterns:
'1': {name: punctuation.definition.tag.end.html}
end: (?=</(?i:style))
patterns:
- include: source.scss
- include: source.css.scss

- name: source.less.embedded.html
begin: (?:^\s+)?(<)((?i:style))\b(?=[^>]*lang=(['"])less\1?)
Expand Down
2 changes: 1 addition & 1 deletion vue.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
<array>
<dict>
<key>include</key>
<string>source.scss</string>
<string>source.css.scss</string>
</dict>
</array>
</dict>
Expand Down

0 comments on commit bc43274

Please sign in to comment.