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
#641: Recognize nbb projects (identified by the presence of nbb.edn).
#629: Set add-log-current-defun-function to new function clojure-current-defun-name (this is used by which-function-mode and easy-kill).
Bugs fixed
#581: Fix font locking not working for keywords starting with a number.
#377: Fix everything starting with the prefix def being highlighted as a definition form. Now definition forms are enumerated explicitly in the font-locking code, like all other forms.
#638: Fix imenu with Clojure code in string or comment.