Merge pull request #3 from winged/sticky-context

add python context queries
pull/6118/merge^2
Sora 9 months ago committed by GitHub
commit 4026e7db00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
(function_definition
_ parameters: (_) @context.params
) @context
(class_definition) @context
[
(if_statement)
(for_statement)
(while_statement)
(with_statement)
(try_statement)
(match_statement)
(case_clause)
] @context
Loading…
Cancel
Save