Regenerate nvim config
This commit is contained in:
16
config/neovim/store/nvim-treesitter/queries/kdl/locals.scm
Normal file
16
config/neovim/store/nvim-treesitter/queries/kdl/locals.scm
Normal file
@ -0,0 +1,16 @@
|
||||
(document) @local.scope
|
||||
|
||||
(node
|
||||
(node_children) @local.scope)
|
||||
|
||||
(node_children
|
||||
(node) @local.scope)
|
||||
|
||||
(identifier) @local.reference
|
||||
|
||||
(node_field) @local.definition.field
|
||||
|
||||
(node
|
||||
(identifier) @local.definition.type)
|
||||
|
||||
(type) @local.definition.type
|
||||
Reference in New Issue
Block a user