tree-sitter-c icon indicating copy to clipboard operation
tree-sitter-c copied to clipboard

Highlight different with builtin types.

Open jackhub opened this issue 3 years ago • 1 comments

I would like to highlight builtin types differently from user defined types. Like int type here: image

But tree-sitter-c will highlight to a Normal type. image

PS: std::vector is highlight by lsp semantic token.

jackhub avatar Jan 13 '22 09:01 jackhub

This is the wrong tree sitter for C++. You want: https://github.com/tree-sitter/tree-sitter-cpp

jrwrigh avatar Jun 22 '22 21:06 jrwrigh