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
/
rust
/
mod.rs
blob: cc7f2c8e6594e24c7f306363975ac4b441255166 (
plain
)
1
2
3
4
5
6
7
8
mod
foo
{
const
X
:
i32
=
1
;
mod
bar
{
const
Y
:
i32
=
1
;
}
}