tree-sitter-langs
tree-sitter-langs copied to clipboard
Highlighting issue
trafficstars
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!
Hmmm... I'm not sure. Does this happen in Emacs 29 as well? 🤔
Hello, yes, and the same issue is on Windows version of Emacs, 29 and 30 version released yesterday.