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
/
cpp
/
access.cpp
blob: abdb846ceddb4ec5c1b6337b9971e44e210526e6 (
plain
)
1
2
3
4
5
6
class
Foo
{
public
:
int
x
;
private
:
int
y
;
};