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
/
lua
/
tests
/
indent
/
rust
/
basic.rs
blob: 54d38cf682e37a6aa90e00fd1351aff47fd5da82 (
plain
)
1
2
3
4
5
6
7
fn
foo
(
x
:
i32
) {
if
(
x
>
10
) {
return
10
;
}
else
{
return
x
;
}
}