scss-mode icon indicating copy to clipboard operation
scss-mode copied to clipboard

Syntax highlighting seems broken on Emacs 25.1

Open elektronaut opened this issue 8 years ago • 9 comments

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.

elektronaut avatar Oct 12 '16 23:10 elektronaut

Does anyone care about this ?

phenix-factory avatar Dec 05 '16 05:12 phenix-factory

Same problem here. Any workaround?

foopang avatar Dec 12 '16 12:12 foopang

Same here. 👍

VernonGrant avatar Mar 09 '17 03:03 VernonGrant

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

bitQ2019 avatar Mar 13 '17 08:03 bitQ2019

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

dotspacemacs-excluded-packages '(scss-mode)

caleb avatar Mar 29 '17 20:03 caleb

fix using css-mode in scss file

bitQ2019 avatar Apr 01 '17 03:04 bitQ2019

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

renatofdds avatar May 19 '17 02:05 renatofdds

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.

renatofdds avatar May 19 '17 02:05 renatofdds

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...

antonj avatar May 22 '17 12:05 antonj