Regenerate nvim config
This commit is contained in:
16
config/neovim/store/nvim-treesitter/queries/hcl/indents.scm
Normal file
16
config/neovim/store/nvim-treesitter/queries/hcl/indents.scm
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
(block)
|
||||
(object)
|
||||
(tuple)
|
||||
(function_call)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"]"
|
||||
")"
|
||||
"}"
|
||||
] @indent.branch @indent.end
|
||||
|
||||
(comment) @indent.auto
|
||||
|
||||
(ERROR) @indent.auto
|
||||
Reference in New Issue
Block a user