tree-sitter-clojure
tree-sitter-clojure copied to clipboard
Update tree sitter
In order to make it work with Zed editor (https://github.com/zed-industries/zed/pull/6988)
I believe this will be handled (see #57).
Are we planning on removing the Rust bindings? I was kinda relying on it for Zed.
As mentioned here, the current plan is to remove bindings:
The bindings are not tested in any way and only really exist as a side-effect of running the tree-sitter cli's generate subcommand. They may be removed at some point, but they should be straight-forward to generate as long as one has a suitable tree-sitter cli and the grammar.js file mentioned above, but see below for details and/or have a look at some official docs.
For some more related thoughts, please see this comment.