Regenerate nvim config
This commit is contained in:
12
config/neovim/store/nvim-treesitter/queries/bp/locals.scm
Normal file
12
config/neovim/store/nvim-treesitter/queries/bp/locals.scm
Normal file
@ -0,0 +1,12 @@
|
||||
(module
|
||||
(property
|
||||
field: (identifier) @local.definition.parameter))
|
||||
|
||||
(map_expression
|
||||
(property
|
||||
field: (identifier) @local.definition.field))
|
||||
|
||||
(assignment
|
||||
left: (identifier) @local.definition.var)
|
||||
|
||||
(identifier) @local.reference
|
||||
Reference in New Issue
Block a user