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
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
### Bugs fixed
8
8
9
9
* Fix `clojure-align` when called from `clojure-ts-mode` major mode buffers.
10
-
*[#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax highlighting for digits after the first in `%` args. (e.g. `%10`).
10
+
*[#671](https://github.com/clojure-emacs/clojure-mode/issues/671): Syntax highlighting for digits after the first in `%` args. (e.g. `%10`)
11
11
*[#680](https://github.com/clojure-emacs/clojure-mode/issues/680): Change syntax class of ASCII control characters to punctuation, fixing situations where carriage returns were being interpreted as symbols.
12
12
13
13
# Changes
@@ -40,14 +40,14 @@
40
40
41
41
### Bugs fixed
42
42
43
-
*[#656](https://github.com/clojure-emacs/clojure-mode/issues/656): Fix clojure-find-ns when ns form is preceded by other forms.
44
-
*[#593](https://github.com/clojure-emacs/clojure-mode/issues/593): Fix clojure-find-ns when ns form is preceded by whitespace or inside comment form.
43
+
*[#656](https://github.com/clojure-emacs/clojure-mode/issues/656): Fix `clojure-find-ns` when ns form is preceded by other forms.
44
+
*[#593](https://github.com/clojure-emacs/clojure-mode/issues/593): Fix `clojure-find-ns` when ns form is preceded by whitespace or inside comment form.
45
45
46
46
## 5.16.2 (2023-08-23)
47
47
48
48
### Changes
49
49
50
-
*`clojure-find-ns`: add an option to never raise errors, returning nil instead on unparseable ns forms.
50
+
*`clojure-find-ns`: add an option to never raise errors, returning `nil` instead on unparseable ns forms.
51
51
52
52
## 5.16.1 (2023-06-26)
53
53
@@ -71,7 +71,7 @@
71
71
72
72
*[#581](https://github.com/clojure-emacs/clojure-mode/issues/581): Fix font locking not working for keywords starting with a number.
73
73
*[#377](https://github.com/clojure-emacs/clojure-mode/issues/377): Fix everything starting with the prefix `def` being highlighted as a definition form. Now definition forms are enumerated explicitly in the font-locking code, like all other forms.
74
-
*[#638](https://github.com/clojure-emacs/clojure-mode/pull/638): Fix imenu with Clojure code in string or comment.
74
+
*[#638](https://github.com/clojure-emacs/clojure-mode/pull/638): Fix `imenu` with Clojure code in string or comment.
0 commit comments