this post was submitted on 07 Aug 2023
1 points (100.0% liked)

Emacs

2598 readers
1 users here now

Our infinitely powerful editor.

founded 5 years ago
MODERATORS
 

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.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here