mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Update queries/java/locals.scm
Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
This commit is contained in:
parent
1f8c8a9749
commit
1723a22df5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue