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
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## main (unreleased)
4
4
5
5
-[#109](https://github.com/clojure-emacs/clojure-ts-mode/issues/109): Improve performance by pre-compiling Tree-sitter queries.
6
+
- Set `clojure-ts-completion-at-point-function` only for `clojure-ts-mode` buffers.
6
7
7
8
## 0.5.0 (2025-06-04)
8
9
@@ -21,7 +22,8 @@
21
22
allows highlighting JS syntax in ClojureScript `js*` forms.
22
23
-[#104](https://github.com/clojure-emacs/clojure-ts-mode/pull/104): Introduce the `clojure-ts-extra-def-forms` customization option to specify
23
24
additional `defn`-like forms that should be fontified.
24
-
- Introduce completion feature and `clojure-ts-completion-enabled` customization.
25
+
-[#108](https://github.com/clojure-emacs/clojure-ts-mode/pull/108): Introduce completion feature and `clojure-ts-completion-enabled`
0 commit comments