Regenerate nvim config
This commit is contained in:
22
config/neovim/store/nvim-treesitter/queries/t32/indents.scm
Normal file
22
config/neovim/store/nvim-treesitter/queries/t32/indents.scm
Normal file
@ -0,0 +1,22 @@
|
||||
(block
|
||||
")" @indent.branch .) @indent.begin
|
||||
|
||||
(if_block) @indent.begin
|
||||
|
||||
(if_block
|
||||
(block)) @indent.dedent
|
||||
|
||||
(elif_block) @indent.branch
|
||||
|
||||
(else_block) @indent.branch
|
||||
|
||||
(else_block
|
||||
(if_block) @indent.dedent)
|
||||
|
||||
(while_block
|
||||
(command_expression)) @indent.auto
|
||||
|
||||
(repeat_block
|
||||
(command_expression)) @indent.auto
|
||||
|
||||
(comment) @indent.auto
|
||||
Reference in New Issue
Block a user