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
/
enum.rs
blob: 996f07d214b9da3043c2a2be32dc3ec6a15bfefc (
plain
)
1
2
3
4
5
6
7
8
9
10
11
enum
Foo
{
X
,
Y
(
char
,
char
,
),
Z
{
x
:
u32
,
y
:
u32
,
},
}