Skip to content

fns defined with def not font locked as fns #2088

@oskarkv

Description

@oskarkv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions