mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
docs: Update Tree-sitter reference in OpenTofu and Terraform languages (#57168)
Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A
This commit is contained in:
parent
7b6be29669
commit
1d207b02e0
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ description: "Configure OpenTofu language support in Zed, including language ser
|
|||
|
||||
OpenTofu support is available through the [OpenTofu extension](https://github.com/ashpool37/zed-extension-opentofu).
|
||||
|
||||
- Tree-sitter: [MichaHoffmann/tree-sitter-hcl](https://github.com/MichaHoffmann/tree-sitter-hcl)
|
||||
- Tree-sitter: [tree-sitter-grammars/tree-sitter-hcl](https://github.com/tree-sitter-grammars/tree-sitter-hcl)
|
||||
- Language Server: [opentofu/tofu-ls](https://github.com/opentofu/tofu-ls)
|
||||
|
||||
## Configuration
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ description: "Configure Terraform language support in Zed, including language se
|
|||
|
||||
Terraform support is available through the [Terraform extension](https://github.com/zed-extensions/terraform).
|
||||
|
||||
- Tree-sitter: [MichaHoffmann/tree-sitter-hcl](https://github.com/MichaHoffmann/tree-sitter-hcl)
|
||||
- Tree-sitter: [tree-sitter-grammars/tree-sitter-hcl](https://github.com/tree-sitter-grammars/tree-sitter-hcl)
|
||||
- Language Server: [hashicorp/terraform-ls](https://github.com/hashicorp/terraform-ls)
|
||||
|
||||
## Configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue