nvim-treesitter/tests/indent/dot/test.dot

9 lines
86 B
Text
Raw Normal View History

digraph {
node [
shape=ellipse,
];
subgraph sub {
a1 -> a2 -> a3;
}
}