mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
b5b872656b
This PR extracts Terraform support into an extension and removes the built-in Terraform support from Zed. Release Notes: - Removed built-in support for Terraform, in favor of making it available as an extension. The Terraform extension will be suggested for download when you open a `.tf`, `.tfvars`, or `.hcl` file.
11 lines
260 B
Scheme
11 lines
260 B
Scheme
; https://github.com/nvim-treesitter/nvim-treesitter/blob/ce4adf11cfe36fc5b0e5bcdce0c7c6e8fbc9798a/queries/hcl/indents.scm
|
|
[
|
|
(block)
|
|
(object)
|
|
(tuple)
|
|
(function_call)
|
|
] @indent
|
|
|
|
(_ "[" "]" @end) @indent
|
|
(_ "(" ")" @end) @indent
|
|
(_ "{" "}" @end) @indent
|