-
-
Notifications
You must be signed in to change notification settings - Fork 247
Missing font-locking #474
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
Comments
@Olical the highlighting of namespaced keywords is a regression from #462 indeed. (I'll fix it) @manuel-uberti @bbatsov font-locking of
|
I see, but even |
Those are getting highlighted by CIDER, not |
@Bost Seems I was unclear. Sorry about this. Have you tried whether the dynamic font-locking in CIDER was affected by your changes? |
FWIW, the screenshot with |
@Bost is there anything I can do to help fixing this? |
Unfortunately the |
@bbatsov I can't get the dynamic-syntax-highlighting working... hmm. |
Seems to work just fine for me with the old version of clojure-mode. I just start CIDER and it's there. For you there's 0 difference before and after? |
Btw, I wonder if your color theme makes it harder to spot the differences or something. Also - which CIDER are you using? |
I was launching emacs with |
... and now I'm confirming this issue is a regression from #462 indeed. |
@Bost Any progress with solving it? Breaking the dynamic font-locking is much bigger than fixing ns font-locking, so without some solution for this soon I'll have to revert the previous commits. |
I think it's better to revert it for the moment. (Although I'll be having some time this week to work on it.) |
Fixed in #475. |
Uh oh!
There was an error while loading. Please reload this page.
Expected behavior
Clojure own functions/forms correctly highlighted.
Actual behavior
As of now,
if
,let
,loop
andrecur
(for instance) are correctly highlighted, butselect-keys
,map
,get-in
andconcat
(the first ones I catch) are not.Steps to reproduce the problem
clojure-mode
installed(map inc [1 2 3])
Environment & Version information
clojure-mode version information
Emacs version
GNU Emacs 27.0.50 (build 1, x86_64-debian-linux-gnu, GTK+ Version 3.18.9) of 2018-03-14
Operating system
Ubuntu 16.04
The text was updated successfully, but these errors were encountered: