tree-sitter-c
tree-sitter-c copied to clipboard
Highlight different with builtin types.
I would like to highlight builtin types differently from user defined types. Like int
type here:
But tree-sitter-c will highlight to a Normal type.
PS: std::vector is highlight by lsp semantic token.
This is the wrong tree sitter for C++. You want: https://github.com/tree-sitter/tree-sitter-cpp