File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -223,8 +223,22 @@ After installing the package do the following.
223
223
(cider-clojure-cli-aliases . ":test:repl")))
224
224
```
225
225
226
+ ## Caveats
227
+
228
+ As the TreeSitter Emacs APIs are new and keep evolving there are some
229
+ differences in the behavior of ` clojure-ts-mode ` on different Emacs versions.
230
+ Here are some notable examples:
231
+
232
+ - On Emacs 29 the parent mode is ` prog-mode ` , but on Emacs 30+ it's both ` prog-mode `
233
+ and ` clojure-mode ` (this is very helpful when dealing with ` derived-mode-p ` checks)
234
+
226
235
## Frequently Asked Questions
227
236
237
+ ### What ` clojure-mode ` features are currently missing?
238
+
239
+ As of version 0.2.x, the most obvious missing feature are the various
240
+ refactoring commands in ` clojure-mode ` .
241
+
228
242
### Does ` clojure-ts-mode ` work with CIDER?
229
243
230
244
Yes! Preliminary support for ` clojure-ts-mode ` was released in [ CIDER
You can’t perform that action at this time.
0 commit comments