mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -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,12 +1,12 @@
|
|||
class C extends Superclass implements Iface {
|
||||
// ^ keyword ^ keyword
|
||||
// ^ @keyword ^ @keyword
|
||||
use Trait;
|
||||
// < include
|
||||
// <- @include
|
||||
const type X = shape(
|
||||
// <- keyword ^ type.builtin
|
||||
// <- @keyword ^ @type.builtin
|
||||
"a" => int,
|
||||
// ^ string
|
||||
// ^ @string
|
||||
"b" => string,
|
||||
// ^ type.builtin
|
||||
// ^ @type.builtin
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue