Closed ville-h closed 2 years ago
Here are the steps that can help troubleshooting this:
tree-sitter-mode
is on.M-x tree-sitter-debug
.tree-sitter-hl-mode
is on.(get-text-property (point) 'face)
, or C-u M-x what-cursor-position
.To determine where the unexpected behavior lies:
tree-sitter
).tree-sitter-langs
, or another distribution mechanism).tree-sitter-langs
, but can also come from elsewhere.Feel free to pass it on to whatever project is responsible in case this is the wrong one. It's rather opaque to an outsider which project is responsible for what functionality.
Please study the docs. If it's still not clear after that, please open a discussion on https://github.com/emacs-tree-sitter/elisp-tree-sitter/discussions.
c++ struct array member identifier not highlighted:
Feel free to pass it on to whatever project is responsible in case this is the wrong one. It's rather opaque to an outsider which project is responsible for what functionality.