We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Functions should be font locked as function.
Functions defined with def are not font locked as functions.
def
Type and eval the following and note the colors.
(def a-var 1) (def a-fn (fn [x])) (a-fn a-var)
;; CIDER 0.16.0snapshot (package: 20170916.248), nREPL 0.2.12 ;; Clojure 1.9.0-alpha20, Java 1.8.0_131
The text was updated successfully, but these errors were encountered:
Fix font locking of fns defined with def (clojure-emacs#2088)
2bd732c
39d86a6
No branches or pull requests
Expected behavior
Functions should be font locked as function.
Actual behavior
Functions defined with
def
are not font locked as functions.Steps to reproduce the problem
Type and eval the following and note the colors.
CIDER version information
The text was updated successfully, but these errors were encountered: