evil-textobj-tree-sitter icon indicating copy to clipboard operation
evil-textobj-tree-sitter copied to clipboard

Make builtin treesit and elisp-tree-sitter use same queries

Open meain opened this issue 1 year ago • 0 comments

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.

meain avatar Jan 03 '24 04:01 meain