-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Description
First go through this issue #3385 and use cider-nrepl version 0.34.0.
Expected behavior
User defined functions should be dynamically highlighted.
Actual behavior
In ClojureScript, new user defined functions are not dynamically highlighted but old ones are (there is no such problem in Clojure).

Steps to reproduce the problem
(setq cider-font-lock-dynamically '(macro core function var))
in your init- Run cider-jack-in-cljs
- Choose shadow
- Choose :app
- Visit application in browser
- Write the code from above
- Evaluate that code
There is no such problem if you write (setq cider-font-lock-dynamically '(macro core function deprecated))
in your config, i.e. the problem is probably with var
.
Metadata
Metadata
Assignees
Labels
No labels