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
d30e1b82db
commit
1f8c8a9749
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue