diff --git a/queries/bruno/indents.scm b/queries/bruno/indents.scm new file mode 100644 index 0000000..2bb689e --- /dev/null +++ b/queries/bruno/indents.scm @@ -0,0 +1,10 @@ +(dictionary) @indent.begin +(dictionary + "}" @indent.end) +"}" @indent.branch + +(textblock) @indent.begin +(textblock + "}" @indent.end) +"}" @indent.branch +