1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 17:50:05 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/query/highlights/gleam/pipe.gleam

19 lines
362 B
Plaintext

pub fn run() {
1
// <- number
|> add(_, 2)
// <- operator
// ^^^ function.call
// ^ punctuation.bracket
// ^ comment
// ^ punctuation.delimiter
// ^ number
// ^ punctuation.bracket
|> add(3)
// <- operator
// ^^^ function.call
// ^ punctuation.bracket
// ^ number
// ^ punctuation.bracket
}