mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
chore(tests): consistent captures
This commit is contained in:
parent
17fae3f4a3
commit
10dd49958c
60 changed files with 872 additions and 873 deletions
|
|
@ -1,19 +1,19 @@
|
|||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
// ^ include
|
||||
// ^ string
|
||||
// ^ @include
|
||||
// ^ @string
|
||||
|
||||
auto main( int argc, char** argv ) -> int
|
||||
// ^ type.builtin
|
||||
// ^ parameter
|
||||
// ^ type.builtin
|
||||
// ^ type.builtin
|
||||
// ^ operator
|
||||
// ^ @type.builtin
|
||||
// ^ @parameter
|
||||
// ^ @type.builtin
|
||||
// ^ @type.builtin
|
||||
// ^ @operator
|
||||
{
|
||||
std::cout << "Hello world!" << std::endl;
|
||||
// ^ punctuation.delimiter
|
||||
// ^ @punctuation.delimiter
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
// ^ keyword.return
|
||||
// ^ constant
|
||||
// ^ @keyword.return
|
||||
// ^ @constant
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue