Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ME
meain @lemmy.ml
Posts 1
Comments 0

meain/evil-textobj-tree-sitter now supports builtin treesit and works without evil-mode

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.

0