Regenerate nvim config
This commit is contained in:
20
config/neovim/store/nvim-treesitter/queries/v/indents.scm
Normal file
20
config/neovim/store/nvim-treesitter/queries/v/indents.scm
Normal file
@ -0,0 +1,20 @@
|
||||
[
|
||||
(import_declaration)
|
||||
(const_declaration)
|
||||
(type_declaration)
|
||||
(type_initializer)
|
||||
(block)
|
||||
(map_init_expression)
|
||||
(call_expression)
|
||||
(parameter_list)
|
||||
] @indent.begin
|
||||
|
||||
"}" @indent.branch
|
||||
|
||||
(parameter_list
|
||||
")" @indent.branch)
|
||||
|
||||
[
|
||||
(line_comment)
|
||||
(block_comment)
|
||||
] @indent.ignore
|
||||
Reference in New Issue
Block a user