mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
java locals.scm - add
def.var, def.field, def.import
This commit is contained in:
parent
7704e51277
commit
c2a529fb80
1 changed files with 3 additions and 0 deletions
|
|
@ -35,3 +35,6 @@
|
|||
name: (identifier) @definition.class)
|
||||
(method_declaration
|
||||
name: (identifier) @definition.method)
|
||||
(local_variable_declaration) @definition.var
|
||||
(field_declaration) @definition.field
|
||||
(import_declaration) @definition.import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue