clojure-emacs / clojure-ts-mode

The next generation Clojure major mode for Emacs, powered by TreeSitter
GNU General Public License v3.0
140 stars 13 forks source link

Fix definitions with metadata not being index by imenu #54

Closed kommen closed 1 month ago

kommen commented 1 month ago

Partly addresses #42

Also comes with some basic tests.

Extracted from https://github.com/clojure-emacs/clojure-ts-mode/pull/43 as discussed there in the comments.

bbatsov commented 1 month ago

Looks good to me!