mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -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
|
|
@ -3,7 +3,7 @@ pub fn run() {
|
|||
// <- number
|
||||
|> add(_, 2)
|
||||
// <- operator
|
||||
// ^ function
|
||||
// ^^^ function.call
|
||||
// ^ punctuation.bracket
|
||||
// ^ comment
|
||||
// ^ punctuation.delimiter
|
||||
|
|
@ -11,7 +11,7 @@ pub fn run() {
|
|||
// ^ punctuation.bracket
|
||||
|> add(3)
|
||||
// <- operator
|
||||
// ^ function
|
||||
// ^^^ function.call
|
||||
// ^ punctuation.bracket
|
||||
// ^ number
|
||||
// ^ punctuation.bracket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue