index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
java
/
enum.java
blob: 1d2f5b2388ad9bc7de3fadf14be95baea8d0a76a (
plain
) (
blame
)
1
2
3
4
public
enum
Foo
{
THING_A
,
THING_C
;
}