Skip to content

Commit

Permalink
Let SCSS be handled by the builtin css-mode
Browse files Browse the repository at this point in the history
As per antonj/scss-mode#36, the syntax highlighting of `scss-mode` is broken in newer emacs. Newer emacs also includes SCSS support with the builtin `css-mode`, so there is no need to specify that SCSS should be handled by the older mode.
  • Loading branch information
Olivia5k committed Jul 5, 2017
1 parent b5ecf28 commit cf9f8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
(:type style :name css :mode css-mode)
(:type style :name stylus :mode stylus-mode)
(:type style :name less :mode less-css-mode)
(:type style :name scss :mode scss-mode)
(:type style :name scss :mode css-mode)
(:type style :name sass :mode ssass-mode))
"A list of vue component languages, their type, and their corresponding major modes"
:type '(list (plist :type 'symbol :name 'symbol :mode 'function))
Expand Down

0 comments on commit cf9f8ff

Please sign in to comment.