Regenerate nvim config
This commit is contained in:
16
config/neovim/store/nvim-treesitter/queries/r/locals.scm
Executable file
16
config/neovim/store/nvim-treesitter/queries/r/locals.scm
Executable file
@ -0,0 +1,16 @@
|
||||
; locals.scm
|
||||
(function_definition) @local.scope
|
||||
|
||||
(formal_parameters
|
||||
(identifier) @local.definition.parameter)
|
||||
|
||||
(left_assignment
|
||||
name: (identifier) @local.definition)
|
||||
|
||||
(equals_assignment
|
||||
name: (identifier) @local.definition)
|
||||
|
||||
(right_assignment
|
||||
name: (identifier) @local.definition)
|
||||
|
||||
(identifier) @local.reference
|
||||
Reference in New Issue
Block a user