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
/
dot
/
test.dot
blob: b3fe35fca3087741128373d1cc16d5166d81b49e (
plain
) (
blame
)
1
2
3
4
5
6
7
8
digraph
{
node
[
shape
=
ellipse
,
];
subgraph
sub
{
a1
->
a2
->
a3
;
}
}