mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2025-10-21 20:10:34 +00:00
11 lines
154 B
Scheme
11 lines
154 B
Scheme
(dictionary) @indent.begin
|
|
(dictionary
|
|
"}" @indent.end)
|
|
"}" @indent.branch
|
|
|
|
(textblock) @indent.begin
|
|
(textblock
|
|
"}" @indent.end)
|
|
"}" @indent.branch
|
|
|