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

View file

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