mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -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,8 +1,8 @@
|
|||
async function func0(): void {}
|
||||
// ^ type.builtin
|
||||
// ^ @type.builtin
|
||||
async function func1<T1 as int>() {}
|
||||
// ^ type.builtin
|
||||
// ^ keyword.operator
|
||||
// ^ @type.builtin
|
||||
// ^ @keyword.operator
|
||||
|
||||
|
||||
async ($x) ==> $x + 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue