Regenerate nvim config
This commit is contained in:
21
config/neovim/store/nvim-treesitter/queries/yuck/locals.scm
Normal file
21
config/neovim/store/nvim-treesitter/queries/yuck/locals.scm
Normal file
@ -0,0 +1,21 @@
|
||||
[
|
||||
(ast_block)
|
||||
(list)
|
||||
(array)
|
||||
(expr)
|
||||
(json_array)
|
||||
(json_object)
|
||||
(parenthesized_expression)
|
||||
] @local.scope
|
||||
|
||||
(symbol) @local.reference
|
||||
|
||||
(keyword) @local.definition.field
|
||||
|
||||
(json_object
|
||||
(simplexpr
|
||||
(ident) @local.definition.field))
|
||||
|
||||
(ast_block
|
||||
(symbol)
|
||||
(ident) @local.definition.type)
|
||||
Reference in New Issue
Block a user