You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is valid Clojure code and is handled correctly in clojure-mode:
^{:a1}
(defb2)
Expected behavior
To match the behavior of clojure-mode which is:
-) b can navigated to via imenu
-) (def b 2) properly font locked liked other toplevel defs
-) (def b 2) not indented
Actual behavior
-) b not included in imenu
-) (def b 2) not font locked
-) (def b 2) indented