index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
update-parsers-tier-2
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
tests
/
indent
/
rust
/
basic.rs
blob: 54d38cf682e37a6aa90e00fd1351aff47fd5da82 (
plain
) (
blame
)
1
2
3
4
5
6
7
fn
foo
(
x
:
i32
)
{
if
(
x
>
10
)
{
return
10
;
}
else
{
return
x
;
}
}