evil-textobj-tree-sitter
evil-textobj-tree-sitter copied to clipboard
Make builtin treesit and elisp-tree-sitter use same queries
Currently elisp-tree-sitter uses neovim queries(which are more complete) and treesit users helix queries. The primary limitation is due to https://lists.gnu.org/archive/html/emacs-devel/2023-03/msg00500.html . This is a tracking issue to make sure we work towards both of them using the same set of queries.