Add clojure-ts-mode support#215
Conversation
0463f1f to
12e9c9d
Compare
Add support to `clojure-ts-mode`, a Clojure major mode that uses tree-sitter. For more details on `clojure-ts-mode`, consult its repository [0]. [0]: https://github.com/clojure-emacs/clojure-ts-mode.
12e9c9d to
7d91b92
Compare
|
I think it may be prudent to allow the user to specify which mode they prefer if both are present, as the REPL font-locking is also hardcoded to |
|
You might also want to check for inspiration a similar PR for CIDER clojure-emacs/cider#3461 |
|
> I think it may be prudent to allow the user to specify which mode they prefer if both are present, as the REPL font-locking is also hardcoded to clojure-mode right now. Hi Batsov. For example, if the buffer uses Makes sense? |
|
If all of the functions exist in I hope this makes sense. |
|
Cool, I'll implement it. |
|
@Andre0991 Any updates? |
|
Closing in favor of #217 |
Add support to
clojure-ts-mode0.clojure-mode, I changed it to be aware ofclojure-ts-modeas well.checkdochas a few warnings that already existed before this PR.byte-compile-fileand got no errors or warnings.Before submitting the PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):
M-x checkdocwarningsThanks!