java locals.scm - add block

This commit is contained in:
Chinmay Dalal 2020-07-20 01:15:09 +05:30 committed by GitHub
parent 1221c1bf53
commit 329128c47d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
; SCOPES
(class_declaration) @scope
(method_declaration) @scope
(block) @scope
; 3 captures for `if` - if+else, if only, else only
(if_statement) @scope
(if_statement