Regenerate nvim config
This commit is contained in:
14
config/neovim/store/nvim-treesitter/queries/kdl/indents.scm
Normal file
14
config/neovim/store/nvim-treesitter/queries/kdl/indents.scm
Normal file
@ -0,0 +1,14 @@
|
||||
(node
|
||||
(node_children) @indent.begin)
|
||||
|
||||
"}" @indent.end
|
||||
|
||||
[
|
||||
"{"
|
||||
"}"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
] @indent.branch
|
||||
Reference in New Issue
Block a user