emacs-tree-sitter / elisp-tree-sitter

Emacs Lisp bindings for tree-sitter
https://emacs-tree-sitter.github.io
MIT License
816 stars 73 forks source link

Upgrade tree sitter #178

Closed ubolonton closed 2 years ago

ubolonton commented 2 years ago

Upgrade the tree-sitter crate, most notably for tree-sitter-hl.el to be able to skip extending the query region.

ubolonton commented 2 years ago

This uses a patched version of tree-sitter that allows TextProvider's iterator to return owned text.