Regenerate nvim config
This commit is contained in:
25
config/neovim/store/nvim-treesitter/queries/zig/indents.scm
Normal file
25
config/neovim/store/nvim-treesitter/queries/zig/indents.scm
Normal file
@ -0,0 +1,25 @@
|
||||
[
|
||||
(Block)
|
||||
(ContainerDecl)
|
||||
(SwitchExpr)
|
||||
(InitList)
|
||||
] @indent.begin
|
||||
|
||||
(Block
|
||||
"}" @indent.end)
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
"["
|
||||
"]"
|
||||
"{"
|
||||
"}"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
(line_comment)
|
||||
(container_doc_comment)
|
||||
(doc_comment)
|
||||
(LINESTRING)
|
||||
] @indent.ignore
|
||||
Reference in New Issue
Block a user