Closed jackhub closed 1 year ago
I would like to highlight builtin types differently from user defined types. Like int type here:
int
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
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.