diff options
author | Michael Davis | 2022-08-25 23:19:39 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-08-31 08:45:23 +0000 |
commit | 73d5bd739ebb6e6831e66a28f4d9e860f769c83c (patch) | |
tree | 4b78f75f36bf1b033bef90bf2541d874b9af5441 /runtime/queries/gdscript | |
parent | 4e4c6da3bfdea0e50e460298eedf41d835f2a551 (diff) |
Delete invalid indents.scm queries
Diffstat (limited to 'runtime/queries/gdscript')
-rw-r--r-- | runtime/queries/gdscript/indents.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/runtime/queries/gdscript/indents.scm b/runtime/queries/gdscript/indents.scm deleted file mode 100644 index 01439e1c..00000000 --- a/runtime/queries/gdscript/indents.scm +++ /dev/null @@ -1,26 +0,0 @@ -[ - (_compound_statement) - (match_statement) - (parenthesized_expression) - - (pattern_array) - (pattern_dictionary) - (argument_list) - (binary_operator) - - (parameters) - (body) - (enumerator_list) - - (function_definition) - (constructor_definition) - (class_definition) -] @indent - -[ - ")", - "]", - "}", - (return_statement) - (pass_statement) -] @outdent |