fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.64k stars 260 forks source link

ERB - syntax highlighting issue with css colorization #1235

Closed abdelbk closed 2 years ago

abdelbk commented 2 years ago

I'm new to web-mode and having some syntax highlighting issues with .erb files. The whole line gets colored in green in my case :

Capture d’écran 2022-03-26 à 13 24 08

My configuration is the following :

(use-package web-mode
  :ensure t
  :config
    (add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode)))
fxbois commented 2 years ago

please post the full example on gist

abdelbk commented 2 years ago

The view is pretty complex and I can't post the full code here. I'm closing this issue until I'm able to reproduce it with some sample code.