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
/
go
/
const_declaration.go
blob: cc3c2e6a4d650e4d4ca99912f27efbce607d60b6 (
plain
)
1
2
3
4
5
6
7
package
main
const
(
ExampleOne
=
iota
ExampleTwo ExampleThree
)