mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2025-10-21 20:10:34 +00:00
feat(queries): add intents
This commit is contained in:
parent
856138b904
commit
15c68fedb2
10
queries/bruno/indents.scm
Normal file
10
queries/bruno/indents.scm
Normal file
@ -0,0 +1,10 @@
|
||||
(dictionary) @indent.begin
|
||||
(dictionary
|
||||
"}" @indent.end)
|
||||
"}" @indent.branch
|
||||
|
||||
(textblock) @indent.begin
|
||||
(textblock
|
||||
"}" @indent.end)
|
||||
"}" @indent.branch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user