We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975b3a2 commit 82eb1d8Copy full SHA for 82eb1d8
CHANGELOG.md
@@ -4,11 +4,11 @@
4
5
### Bugs fixed
6
7
-* Fix `clojure-align` when called from `clojure-ts-mode` major mode buffers
+* Fix `clojure-align` when called from `clojure-ts-mode` major mode buffers.
8
9
10
11
-* [#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax highlighting for digits after the first in % args
+* [#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax highlighting for digits after the first in `%` args. (e.g. `%10`)
12
13
# Changes
14
@@ -30,7 +30,7 @@
30
31
### Changes
32
33
-* Declare indentation for the `async` ClojureScript macro.
+* Declare indentation for the `async` ClojureScript macro.
34
35
## 5.17.0 (2023-09-11)
36
0 commit comments