mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
f92d0de58d
Closes #15988 Fixed indent configuration for terraform/HCL Release Notes: - N/A https://github.com/user-attachments/assets/09b44ac9-ef09-463c-876d-0fbcdd1f09c9 --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
16 lines
362 B
Scheme
16 lines
362 B
Scheme
; https://github.com/nvim-treesitter/nvim-treesitter/blob/ce4adf11cfe36fc5b0e5bcdce0c7c6e8fbc9798a/queries/hcl/indents.scm
|
|
[
|
|
(block)
|
|
(object)
|
|
(tuple)
|
|
(function_call)
|
|
] @indent
|
|
|
|
[
|
|
"]"
|
|
"}"
|
|
")"
|
|
] @outdent
|
|
|
|
; https://github.com/nvim-treesitter/nvim-treesitter/blob/ce4adf11cfe36fc5b0e5bcdce0c7c6e8fbc9798a/queries/terraform/indents.scm
|
|
; inherits: hcl
|