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
f0d0fbfbb2
commit
d30e1b82db
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
; SCOPES
|
; SCOPES
|
||||||
(class_declaration
|
(class_declaration
|
||||||
body: (_)) @scope
|
body: (_) @scope)
|
||||||
(method_declaration) @scope
|
(method_declaration) @scope
|
||||||
(block) @scope
|
(block) @scope
|
||||||
; 3 captures for `if` - if+else, if only, else only
|
; 3 captures for `if` - if+else, if only, else only
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue