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
/
issue-1568.c
blob: c5d7566108d54a2c3ef771c440597c35982a44ca (
plain
)
1
2
3
4
5
6
int
main
() {
if
(
1
) {
foobar
();
}
else
{
}
}