Skip to content

clojure-mode 5.16

Compare
Choose a tag to compare
@bbatsov bbatsov released this 14 Dec 09:16
· 45 commits to master since this release

Changes

  • #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.