Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting seems broken on Emacs 25.1 #36

Open
elektronaut opened this issue Oct 12, 2016 · 9 comments
Open

Syntax highlighting seems broken on Emacs 25.1 #36

elektronaut opened this issue Oct 12, 2016 · 9 comments

Comments

@elektronaut
Copy link

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
Copy link

Does anyone care about this ?

@foopang
Copy link

foopang commented Dec 12, 2016

Same problem here. Any workaround?

@VernonGrant
Copy link

Same here. 👍

@bitQ2019
Copy link

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

@caleb
Copy link

caleb commented Mar 29, 2017

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
Copy link

bitQ2019 commented Apr 1, 2017

fix using css-mode in scss file

@renatofdds
Copy link

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

@renatofdds
Copy link

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
Copy link
Owner

antonj commented May 22, 2017

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

Olivia5k added a commit to Olivia5k/vue-mode that referenced this issue Jul 5, 2017
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.
ncaq added a commit to ncaq/.emacs.d that referenced this issue Sep 9, 2019
scss-modeは既にメンテナンスされていない.
[Syntax highlighting seems broken on Emacs 25.1 · Issue #36 ·
antonj/scss-mode](antonj/scss-mode#36)
新しいEmacsでは本体にscss-modeがあるのでそれを使う.
ncaq added a commit to ncaq/.emacs.d that referenced this issue Apr 9, 2020
scss-modeは既にメンテナンスされていない.
[Syntax highlighting seems broken on Emacs 25.1 · Issue #36 ·
antonj/scss-mode](antonj/scss-mode#36)
新しいEmacsでは本体にscss-modeがあるのでそれを使う.
ncaq added a commit to ncaq/.emacs.d that referenced this issue Apr 9, 2020
scss-modeは既にメンテナンスされていない.
[Syntax highlighting seems broken on Emacs 25.1 · Issue #36 ·
antonj/scss-mode](antonj/scss-mode#36)
新しいEmacsでは本体にscss-modeがあるのでそれを使う.
ncaq added a commit to ncaq/.emacs.d that referenced this issue Apr 9, 2020
scss-modeは既にメンテナンスされていない.
[Syntax highlighting seems broken on Emacs 25.1 · Issue #36 ·
antonj/scss-mode](antonj/scss-mode#36)
新しいEmacsでは本体にscss-modeがあるのでそれを使う.
ncaq added a commit to ncaq/.emacs.d that referenced this issue Apr 9, 2020
scss-modeは既にメンテナンスされていない.
[Syntax highlighting seems broken on Emacs 25.1 · Issue #36 ·
antonj/scss-mode](antonj/scss-mode#36)
新しいEmacsでは本体にscss-modeがあるのでそれを使う.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants