Open mkblast opened 1 week ago
it seems true and false are classified as identifier
, id bet if your theme highlighted those differently it would change true/false too
(ignore highlighting im not using ts for that)
these 4 variables correspond to this tree in nvims :InspectTree
notice how t
and f
have 2 (identifier)
nodes
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)tree-sitter 0.24.3 (bdfe32402e85673bbc693216f0a6ef72c98bb665)
Describe the bug
Seems like boolean values like true of false are not highlighted:
in other languages (rust):
Steps To Reproduce/Bad Parse Tree
Expected Behavior/Parse Tree
non.
Repro
No response