1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 04:30:05 +08:00
SpaceVim/bundle/nvim-treesitter/tests/query/highlights/gleam/pipe.gleam

19 lines
348 B
Plaintext
Raw Normal View History

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