index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
indent
/
gleam
/
pipe.gleam
blob: 8d38bb9c95c554a7f81a7982a2d2bb27ca4f124e (
plain
)
1
2
3
4
pub
fn
main
() {
one
()
|>
two
()
}