Update queries/java/locals.scm

Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
This commit is contained in:
Chinmay Dalal 2020-07-20 18:31:31 +05:30 committed by GitHub
parent f0d0fbfbb2
commit d30e1b82db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
; SCOPES ; SCOPES
(class_declaration (class_declaration
body: (_)) @scope body: (_) @scope)
(method_declaration) @scope (method_declaration) @scope
(block) @scope (block) @scope
; 3 captures for `if` - if+else, if only, else only ; 3 captures for `if` - if+else, if only, else only