evil-textobj-tree-sitter is a project that provides additional textobjects by using tree-sitter. Link: https://github.com/meain/evil-textobj-tree-sitter


Hey everyone! Since we have tree-sitter now built into Emacs in the newer versions, I’ve updated evil-texobj-tree-sitter to work with the builtin treesit package. The queries are not as complete the implementation using elisp-tree-sitter, but should cover most of the common usecases. You can find more information in https://github.com/meain/evil-textobj-tree-sitter/pull/93

Removing hard dependency on evil-mode was one other most upvoded issue on the project and so I have added integration with thing-at-point for use without evil-mode. This happen a little while ago, but thought I would add it as well in this update.