File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## main (unreleased)
4
4
5
+ ## 0.2.3 (2025-03-04)
6
+
5
7
- [ #38 ] : Add support for ` in-ns ` forms in ` clojure-ts-find-ns ` .
6
8
- [ #46 ] : Fix missing ` comment-add ` variable in ` clojure-ts-mode-variables ` mentioned in [ #26 ]
7
9
- Add imenu support for ` deftest ` definitions.
Original file line number Diff line number Diff line change 6
6
; ; Maintainer: Danny Freeman <[email protected] >
7
7
; ; URL: http://github.com/clojure-emacs/clojure-ts-mode
8
8
; ; Keywords: languages clojure clojurescript lisp
9
- ; ; Version: 0.2.2
9
+ ; ; Version: 0.2.3
10
10
; ; Package-Requires: ((emacs "29.1"))
11
11
12
12
; ; This file is not part of GNU Emacs.
71
71
:link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
72
72
73
73
(defconst clojure-ts-mode-version
74
- " 0.2.2 "
74
+ " 0.2.3 "
75
75
" The current version of `clojure-ts-mode' ." )
76
76
77
77
(defcustom clojure-ts-comment-macro-font-lock-body nil
You can’t perform that action at this time.
0 commit comments