From 9a687a57d458fe8c4140c5faf6b036c169dcbf3b Mon Sep 17 00:00:00 2001 From: Varac Date: Wed, 26 Nov 2025 22:09:30 +0100 Subject: [PATCH] feat: opentofu support [Opentofu](https://opentofu.org/) is a fork of [Terraform](https://developer.hashicorp.com/terraform). At the moment the syntax is mostly the same, so using the same snippets for both languages make still sense. When they diverge in the future it might be better to maintain different snippets, but not now. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c254ebec..1a4b669e 100644 --- a/package.json +++ b/package.json @@ -294,7 +294,7 @@ "path": "./snippets/frameworks/remix-ts.json" }, { - "language": "terraform", + "language": ["terraform", "opentofu"], "path": "./snippets/terraform.json" }, {