mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 14:47:30 +00:00
4b094798e0
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
This PR bumps the Terraform extension to v0.1.0. Changes: - https://github.com/zed-industries/zed/pull/16955 - https://github.com/zed-industries/zed/pull/16945 Release Notes: - N/A
19 lines
707 B
TOML
19 lines
707 B
TOML
id = "terraform"
|
|
name = "Terraform"
|
|
description = "Terraform support."
|
|
version = "0.1.0"
|
|
schema_version = 1
|
|
authors = ["Caius Durling <dev@caius.name>", "Daniel Banck <dbanck@users.noreply.github.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.terraform-ls]
|
|
name = "Terraform Language Server"
|
|
languages = ["Terraform", "Terraform Vars"]
|
|
language_ids = { Terraform = "terraform", "Terraform Vars" = "terraform-vars" }
|
|
# TODO: file issue for server supported code actions
|
|
# TODO: reenable default actions / delete override
|
|
code_action_kinds = []
|
|
|
|
[grammars.hcl]
|
|
repository = "https://github.com/MichaHoffmann/tree-sitter-hcl"
|
|
commit = "e936d3fef8bac884661472dce71ad82284761eb1"
|