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 2
2
3
3
## main (unreleased)
4
4
5
+ ## 0.5.0 (2025-06-04)
6
+
5
7
- [ #96 ] ( https://github.com/clojure-emacs/clojure-ts-mode/pull/96 ) : Highlight function name properly in ` extend-protocol ` form.
6
8
- [ #96 ] ( https://github.com/clojure-emacs/clojure-ts-mode/pull/96 ) : Add support for extend-protocol forms to ` clojure-ts-add-arity ` refactoring
7
9
command.
Original file line number Diff line number Diff line change 7
7
; ; Maintainer: Bozhidar Batsov <[email protected] >
8
8
; ; URL: http://github.com/clojure-emacs/clojure-ts-mode
9
9
; ; Keywords: languages clojure clojurescript lisp
10
- ; ; Version: 0.5.0-snapshot
10
+ ; ; Version: 0.5.0
11
11
; ; Package-Requires: ((emacs "30.1"))
12
12
13
13
; ; This file is not part of GNU Emacs.
74
74
:link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
75
75
76
76
(defconst clojure-ts-mode-version
77
- " 0.5.0-snapshot "
77
+ " 0.5.0"
78
78
" The current version of `clojure-ts-mode' ." )
79
79
80
80
(defcustom clojure-ts-comment-macro-font-lock-body nil
You can’t perform that action at this time.
0 commit comments