Skip to content

Commit

Permalink
Revert "source.scss -> source.css.scss"
Browse files Browse the repository at this point in the history
This reverts commit 016f552.
  • Loading branch information
skyronic committed Nov 2, 2018
1 parent 016f552 commit af5a865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Vue Component.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,8 @@ contexts:
set:
- include: style-close-tag
- match: ''
embed_scope: source.css.scss.embedded.html
embed: scope:source.css.scss
embed_scope: source.scss.embedded.html
embed: scope:source.scss
escape: (?i)(?=(?:-->\s*)?</style)
- tag-generic-attribute-meta
- tag-generic-attribute-value
Expand Down
2 changes: 1 addition & 1 deletion Vue Component.sublime-syntax.yaml-macros
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ contexts: !merge

style-lang-decider:
- !style_language [ sass, source.sass ]
- !style_language [ scss, source.css.scss ]
- !style_language [ scss, source.scss ]
- !style_language [ stylus, source.stylus ]
- !style_language [ postcss\?parser=sugarss, source.sss ]
- !style_language [ postcss, source.postcss ]
Expand Down

0 comments on commit af5a865

Please sign in to comment.