Regenerate nvim config
This commit is contained in:
14
config/neovim/store/nvim-treesitter/queries/bash/locals.scm
Normal file
14
config/neovim/store/nvim-treesitter/queries/bash/locals.scm
Normal file
@ -0,0 +1,14 @@
|
||||
; Scopes
|
||||
(function_definition) @local.scope
|
||||
|
||||
; Definitions
|
||||
(variable_assignment
|
||||
name: (variable_name) @local.definition.var)
|
||||
|
||||
(function_definition
|
||||
name: (word) @local.definition.function)
|
||||
|
||||
; References
|
||||
(variable_name) @local.reference
|
||||
|
||||
(word) @local.reference
|
||||
Reference in New Issue
Block a user