2024-04-12 15:49:49 +00:00
|
|
|
id = "terraform"
|
|
|
|
name = "Terraform"
|
|
|
|
description = "Terraform support."
|
2024-04-19 17:59:14 +00:00
|
|
|
version = "0.0.3"
|
2024-04-12 15:49:49 +00:00
|
|
|
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" }
|
2024-04-12 18:39:27 +00:00
|
|
|
# TODO: file issue for server supported code actions
|
|
|
|
# TODO: reenable default actions / delete override
|
|
|
|
code_action_kinds = []
|
2024-04-12 15:49:49 +00:00
|
|
|
|
|
|
|
[grammars.hcl]
|
|
|
|
repository = "https://github.com/MichaHoffmann/tree-sitter-hcl"
|
|
|
|
commit = "e936d3fef8bac884661472dce71ad82284761eb1"
|