Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/smali/locals.scm')
| -rw-r--r-- | runtime/queries/smali/locals.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/runtime/queries/smali/locals.scm b/runtime/queries/smali/locals.scm deleted file mode 100644 index 2b2aef27..00000000 --- a/runtime/queries/smali/locals.scm +++ /dev/null @@ -1,22 +0,0 @@ -[ - (class_directive) - (expression) - (annotation_directive) - (array_data_directive) - (method_definition) - (packed_switch_directive) - (sparse_switch_directive) - (subannotation_directive) -] @local.scope - -[ - (identifier) - (class_identifier) - (label) - (jmp_label) -] @local.reference - -(method_definition - (method_signature (method_identifier) @local.definition.function.method)) - -(param_identifier) @local.definition.variable.parameter |