]> git.eshelyaron.com Git - emacs.git/commit
Add overlays for non-local tree-sitter parsers too
authorYuan Fu <casouri@gmail.com>
Tue, 11 Mar 2025 07:44:49 +0000 (00:44 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:58:34 +0000 (19:58 +0100)
commit3017cf03de8b47074a19e1276f0ff596d5e6768b
tree80242a1f1ef15d6595e3f27d8f4a594444916010
parent01413aa4a477393acffe5381449ab7816d44e9e8
Add overlays for non-local tree-sitter parsers too

* lisp/treesit.el (treesit-local-parsers-at):
(treesit-local-parsers-on): Exclude non-local parsers.
(treesit--cleanup-local-range-overlays): Don't delete non-local
parsers (because those are managed by the major mode).
(treesit--update-ranges-non-local): Apply overlay for each ranges.
(treesit--update-ranges-local): Ignore
overlays with non-local parsers, and set
'treesit-parser-local-p' property to t.
(treesit--update-range-1): Additionally pass modified-tick to
treesit--update-ranges-non-local.
(treesit-major-mode-setup): Don't delete non-local parsers.

(cherry picked from commit 57a213c91cdf4b1739b1068c5dc8ae85f1d5302c)
lisp/treesit.el