mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
digraph {
|
|
node [
|
|
shape=ellipse,
|
|
];
|
|
subgraph sub {
|
|
a1 -> a2 -> a3;
|
|
}
|
|
}
|