vscode-extensions.hashicorp.hcl: init 0.3.2

This commit is contained in:
TheMaxMur 2024-03-11 14:07:08 +03:00
parent 66f47bc674
commit ac6c66df08
No known key found for this signature in database
GPG Key ID: B72F4A649F92F410

View File

@ -1986,6 +1986,22 @@ let
};
};
hashicorp.hcl = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "HCL";
publisher = "HashiCorp";
version = "0.3.2";
sha256 = "sha256-cxF3knYY29PvT3rkRS8SGxMn9vzt56wwBXpk2PqO0mo=";
};
meta = {
description = "HashiCorp HCL syntax";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=HashiCorp.HCL";
homepage = "https://github.com/hashicorp/vscode-hcl";
license = lib.licenses.mpl20;
maintainers = [ lib.maintainers.themaxmur ];
};
};
hashicorp.terraform = callPackage ./hashicorp.terraform { };
haskell.haskell = buildVscodeMarketplaceExtension {