mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
feat(dot): add indents queries
* feat(dot): add indents queries * add: tests * fix: test
This commit is contained in:
parent
3ae78f376c
commit
904f373fc4
3 changed files with 42 additions and 0 deletions
8
tests/indent/dot/test.dot
Normal file
8
tests/indent/dot/test.dot
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
digraph {
|
||||
node [
|
||||
shape=ellipse,
|
||||
];
|
||||
subgraph sub {
|
||||
a1 -> a2 -> a3;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue