Skip to content

Highlighting issue #970

@georgtree

Description

@georgtree

Hello!
I have highlighting issue with tree-sitter-hl-mode: sometimes highlighting breaks:

Image

And it recovers if I make any edit in the file:

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions