Regenerate nvim config
This commit is contained in:
24
config/neovim/store/nvim-treesitter/queries/d/indents.scm
Normal file
24
config/neovim/store/nvim-treesitter/queries/d/indents.scm
Normal file
@ -0,0 +1,24 @@
|
||||
[
|
||||
(parameters)
|
||||
(template_parameters)
|
||||
(expression_statement)
|
||||
(aggregate_body)
|
||||
(function_body)
|
||||
(scope_statement)
|
||||
(block_statement)
|
||||
(case_statement)
|
||||
] @indent.begin
|
||||
|
||||
(comment) @indent.auto
|
||||
|
||||
[
|
||||
(case)
|
||||
(default)
|
||||
"}"
|
||||
"]"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
(directive)
|
||||
(shebang)
|
||||
] @indent.zero
|
||||
Reference in New Issue
Block a user