File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## main (unreleased)
44
5+ ## 0.2.3 (2025-03-04)
6+
57- [ #38 ] : Add support for ` in-ns ` forms in ` clojure-ts-find-ns ` .
68- [ #46 ] : Fix missing ` comment-add ` variable in ` clojure-ts-mode-variables ` mentioned in [ #26 ]
79- Add imenu support for ` deftest ` definitions.
Original file line number Diff line number Diff line change 66; ; Maintainer: Danny Freeman <[email protected] >77; ; URL: http://github.com/clojure-emacs/clojure-ts-mode
88; ; Keywords: languages clojure clojurescript lisp
9- ; ; Version: 0.2.2
9+ ; ; Version: 0.2.3
1010; ; Package-Requires: ((emacs "29.1"))
1111
1212; ; This file is not part of GNU Emacs.
7171 :link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
7272
7373(defconst clojure-ts-mode-version
74- " 0.2.2 "
74+ " 0.2.3 "
7575 " The current version of `clojure-ts-mode' ." )
7676
7777(defcustom clojure-ts-comment-macro-font-lock-body nil
You can’t perform that action at this time.
0 commit comments