-
-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hey @jcs090218 thanks for this great package, I think its a hugely important feature set in the emacs tree-sitter ecosystem. I'm curious what your plans are with regards to the new [built in treesit.el](https://github.com/emacs-mirror/emacs/blob/emacs-29/lisp/treesit.el)
that is shipping with Emacs 29? Are you interested in having this package work with that?
I started experimenting with what that might mean in this PR and found the process of integrating with treesit.el
to be pretty straight forward, but I wanted to understand how you were thinking about this before going any further.
If you're interested, I can go further with the PR. There are some unanswered questions, like would you want older versions to support the legacy emacs-tree-sitter package, and new versions to only support treesit.el
, or one version that could swap between them etc. Interested to hear your thoughts.