Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/smali/indents.scm')
| -rw-r--r-- | runtime/queries/smali/indents.scm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/runtime/queries/smali/indents.scm b/runtime/queries/smali/indents.scm deleted file mode 100644 index 8fad650a..00000000 --- a/runtime/queries/smali/indents.scm +++ /dev/null @@ -1,31 +0,0 @@ -[ - (annotation_directive) - (array_data_directive) - (field_definition) - (method_definition) - (packed_switch_directive) - (param_directive) - (parameter_directive) - (sparse_switch_directive) - (subannotation_directive) - (list) - "\{" -] @indent - -[ - ".end annotation" - ".end array-data" - ".end field" - ".end method" - ".end packed-switch" - ".end param" - ".end parameter" - ".end sparse-switch" - ".end subannotation" - "\}" -] @outdent - -[ - (ERROR) - (comment) -] @indent.always |