antonj / scss-mode

Emacs mode for SCSS files (http://sass-lang.com)
200 stars 39 forks source link

Syntax highlighting seems broken on Emacs 25.1 #36

Open elektronaut opened 8 years ago

elektronaut commented 8 years ago

See syl20bnr/spacemacs#7336

In short, highlighting works correctly for the first file opened, but subsequent buffers lose most of the highlighting.

Emacs 25.1 now provides it's own scss-mode derived from css-mode, I'm guessing there is a conflict there.

phenix-factory commented 7 years ago

Does anyone care about this ?

foopang commented 7 years ago

Same problem here. Any workaround?

VernonGrant commented 7 years ago

Same here. 👍

bitQ2019 commented 7 years ago

also have this problem! And some file is ok but others are not ! confuse me

caleb commented 7 years ago

If you're on Spacemacs and want to fix this issue you can disable this package (thanks phenix-factory):

dotspacemacs-excluded-packages '(scss-mode)
bitQ2019 commented 7 years ago

fix using css-mode in scss file

renatofdds commented 7 years ago

I'm affected by this as well. Using css-mode is not a fix since this is the repository for scss-mode.

renatofdds commented 7 years ago

I think the problem here is that there exists a scss-mode in css-mode.el which is shipped with emacs so this package is no longer necessary for simple support.

antonj commented 7 years ago

Hi, I'm not really using SCSS and this package anymore so I have not tested it in a while. Seems like if new version of Emacs include an scss-mode we should use that mode instead and forget about this one...