-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Hello!
I have highlighting issue with tree-sitter-hl-mode: sometimes highlighting breaks:
And it recovers if I make any edit in the file:
I thing there is some update issue for unknown reason. Emacs version: GNU Emacs 30.0.93 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2025-01-17
Config:
(use-package tree-sitter
:ensure t)
(use-package tree-sitter-langs
:ensure t
:config
(global-tree-sitter-mode)
(add-hook 'tcl-mode-hook #'tree-sitter-hl-mode)
(add-hook 'latex-mode-hook #'tree-sitter-hl-mode))Thank you!
Metadata
Metadata
Assignees
Labels
No labels

