Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/wren/indents.scm')
-rw-r--r--runtime/queries/wren/indents.scm29
1 files changed, 0 insertions, 29 deletions
diff --git a/runtime/queries/wren/indents.scm b/runtime/queries/wren/indents.scm
deleted file mode 100644
index ff64a7e2..00000000
--- a/runtime/queries/wren/indents.scm
+++ /dev/null
@@ -1,29 +0,0 @@
-[
- (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