mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -04:00
fix(gleam): update tests reflecting recent changes
This commit is contained in:
parent
c8c083e8ce
commit
4a4c475617
6 changed files with 103 additions and 102 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import gleam/io
|
||||
// <- include
|
||||
// ^ namespace
|
||||
// ^ namespace
|
||||
// ^ operator
|
||||
// ^ namespace
|
||||
|
||||
import cat as kitten
|
||||
|
|
@ -13,10 +13,10 @@ import cat as kitten
|
|||
import animal/cat.{Cat, stroke}
|
||||
// <- include
|
||||
// ^ namespace
|
||||
// ^ namespace
|
||||
// ^ operator
|
||||
// ^ punctuation.delimiter
|
||||
// ^ punctuation.bracket
|
||||
// ^ type
|
||||
// ^^^ type
|
||||
// ^ punctuation.delimiter
|
||||
// ^ function
|
||||
// ^^^^^^ function
|
||||
// ^ punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue