Skip to content
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

fns defined with def not font locked as fns #2088

Closed
oskarkv opened this issue Sep 20, 2017 · 0 comments
Closed

fns defined with def not font locked as fns #2088

oskarkv opened this issue Sep 20, 2017 · 0 comments

Comments

@oskarkv
Copy link
Contributor

oskarkv commented Sep 20, 2017

Expected behavior

Functions should be font locked as function.

After

Actual behavior

Functions defined with def are not font locked as functions.

Before

Steps to reproduce the problem

Type and eval the following and note the colors.

(def a-var 1)
(def a-fn (fn [x]))
(a-fn a-var)

CIDER version information

;; CIDER 0.16.0snapshot (package: 20170916.248), nREPL 0.2.12
;; Clojure 1.9.0-alpha20, Java 1.8.0_131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant