Highlighting regression #30
Comments
I can't reproduce that. |
Happens for me all the time. My exact setup is here https://github.com/bbatsov/emacs.d (if you'd like to try with it). |
Hmm, seems it's specific to Clojure mode. But I'm pretty certain this used to work in Clojure mode just fine. |
I was just gonna ask about the major-mode |
What is the syntax of |
As in
|
Still it has something to do with syntax, specifically this: |
Well the issue was what I though it was, except that I had now idea that some major-modes had a font-lock syntax table that is different from the major-mode syntax-table. |
Thanks! Maybe we've messed something up in |
And some low-hanging fruit:
|
Doesn't matter there will be other modes that need their syntax-table shadowed. I think |
See:
That's my config:
The text was updated successfully, but these errors were encountered: