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
/
c
/
enum.c
blob: bb6b0dc3038c54e397e48d437ae9a5166cac42f9 (
plain
)
1
2
3
4
5
enum
foo
{
A
=
1
,
B
,
C
,
};