Skip to content

Commit

Permalink
feat: add Smali
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq authored and lewis6991 committed May 4, 2023
1 parent e1dc868 commit 0226dd6
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions queries/smali/context.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
(annotation_directive
".end annotation" @context.end
) @context

(array_data_directive
".end array-data" @context.end
) @context

(field_definition
".end field" @context.end
) @context

(method_definition
".end method" @context.end
) @context

(packed_switch_directive
".end packed-switch" @context.end
) @context

(param_directive
".end param"? @context.end
) @context

(parameter_directive
".end parameter"? @context.end
) @context

(sparse_switch_directive
".end sparse-switch" @context.end
) @context

(subannotation_directive
".end subannotation" @context.end
) @context

0 comments on commit 0226dd6

Please sign in to comment.