mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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,22 +1,22 @@
|
|||
import gleam/io
|
||||
// <- include
|
||||
// ^ namespace
|
||||
// ^ operator
|
||||
// ^ namespace
|
||||
// <- @include
|
||||
// ^ @namespace
|
||||
// ^ @operator
|
||||
// ^ @namespace
|
||||
|
||||
import cat as kitten
|
||||
// <- include
|
||||
// ^ namespace
|
||||
// ^ keyword
|
||||
// ^ namespace
|
||||
// <- @include
|
||||
// ^ @namespace
|
||||
// ^ @keyword
|
||||
// ^ @namespace
|
||||
|
||||
import animal/cat.{Cat, stroke}
|
||||
// <- include
|
||||
// ^ namespace
|
||||
// ^ operator
|
||||
// ^ punctuation.delimiter
|
||||
// ^ punctuation.bracket
|
||||
// ^^^ type
|
||||
// ^ punctuation.delimiter
|
||||
// ^^^^^^ function
|
||||
// ^ punctuation.bracket
|
||||
// <- @include
|
||||
// ^ @namespace
|
||||
// ^ @operator
|
||||
// ^ @punctuation.delimiter
|
||||
// ^ @punctuation.bracket
|
||||
// ^^^ @type
|
||||
// ^ @punctuation.delimiter
|
||||
// ^^^^^^ @function
|
||||
// ^ @punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue