mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
test(highlights/cpp): type -> type.builtin for primitive types.
This commit is contained in:
parent
4e21b50fbd
commit
45bb230dc0
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
auto main( int argc, char** argv ) -> int
|
||||
// ^ parameter
|
||||
// ^ type
|
||||
// ^ type
|
||||
// ^ type.builtin
|
||||
// ^ type.builtin
|
||||
// ^ operator
|
||||
{
|
||||
std::cout << "Hello world!" << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue