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:54 +05:30 committed by GitHub
parent 1f8c8a9749
commit 1723a22df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
(if_statement
body: (_) @scope)
(if_statement
alternative: (_)) @scope
alternative: (_) @scope)
; 3 captures for`try` - try+catch, try only, catch only
(try_statement) @scope
(try_statement