From f19793c2f86dea8e7af8570563e2dd5a8da9fefb Mon Sep 17 00:00:00 2001 From: Jummit Date: Fri, 4 Aug 2023 15:25:36 +0100 Subject: Improve wren support (#7819) --- runtime/queries/wren/indents.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 runtime/queries/wren/indents.scm (limited to 'runtime/queries/wren/indents.scm') diff --git a/runtime/queries/wren/indents.scm b/runtime/queries/wren/indents.scm new file mode 100644 index 00000000..ff64a7e2 --- /dev/null +++ b/runtime/queries/wren/indents.scm @@ -0,0 +1,29 @@ +[ + (list) + (map) + (call_body) + (parameter_list) + (call_expression) + (getter_definition) + (setter_definition) + (prefix_operator_definition) + (subscript_operator_definition) + (subscript_setter_definition) + (infix_operator_definition) + (method_definition) + (constructor) + (static_method_definition) + (static_getter_definition) + (attribute) + (conditional) + (class_body) + (if_statement) + (for_statement) + (while_statement) +] @indent + +[ + "}" + "]" + ")" +] @outdent -- cgit v1.2.3-70-g09d2