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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
- Highlight "\`quoted-symbols\` in docs strings like this."
11
11
- This feature uses a nested markdown parser.
12
12
If the parser is not available this feature should be silently disabled.
13
+
- Highlight methods for `deftype`, `defrecord`, `defprotocol`, `reify` and `definterface`
14
+
forms ([#20](https://github.com/clojure-emacs/clojure-ts-mode/issues/20)).
13
15
14
16
## 0.1.5
15
17
@@ -28,7 +30,7 @@
28
30
29
31
## 0.1.2
30
32
31
-
- Add a syntax table from clojure-mode. [712dc772fd38111c1e35fe60e4dbe7ac83032bd6](https://github.com/clojure-emacs/clojure-ts-mode/commit/712dc772fd38111c1e35fe60e4dbe7ac83032bd6).
33
+
- Add a syntax table from clojure-mode. [712dc772fd38111c1e35fe60e4dbe7ac83032bd6](https://github.com/clojure-emacs/clojure-ts-mode/commit/712dc772fd38111c1e35fe60e4dbe7ac83032bd6).
32
34
- Better support for `thing-at-point` driven functionality.
33
35
- Thank you @jasonjckn for this contribution.
34
36
- Add 3 derived major modes [4dc853df16ba09d10dc3a648865e681679c17606](https://github.com/clojure-emacs/clojure-ts-mode/commit/4dc853df16ba09d10dc3a648865e681679c17606)
0 commit comments