mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -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
9
queries/dot/indents.scm
Normal file
9
queries/dot/indents.scm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
(block)
|
||||
(attr_list)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
] @indent.branch @indent.end
|
||||
Loading…
Add table
Add a link
Reference in a new issue