You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@
5
5
-[#96](https://github.com/clojure-emacs/clojure-ts-mode/pull/96): Highlight function name properly in `extend-protocol` form.
6
6
-[#96](https://github.com/clojure-emacs/clojure-ts-mode/pull/96): Add support for extend-protocol forms to `clojure-ts-add-arity` refactoring
7
7
command.
8
+
- Improve navigation by s-expression by switching to an experimental Clojure
9
+
grammar.
10
+
- More consistent docstrings highlighting and `fill-paragraph` behavior.
11
+
- Fix bug in `clojure-ts-align` when nested form has extra spaces.
12
+
- Fix bug in `clojure-ts-unwind` when there is only one expression after threading
0 commit comments