From 6e38866453c970bfea9cab14a18e2cd5658fb109 Mon Sep 17 00:00:00 2001 From: tdharris Date: Tue, 26 Mar 2024 14:53:35 -0600 Subject: [PATCH] Add hcl support --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 206bb0c..8d1c3ff 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "keywords": [ "terraform", "documentation", - "terragrunt" + "terragrunt", + "hcl" ], "icon": "assets/icon.png", "galleryBanner": { @@ -25,7 +26,8 @@ "theme": "dark" }, "activationEvents": [ - "onLanguage:terraform" + "onLanguage:terraform", + "onLanguage:hcl" ], "main": "./out/extension.js", "contributes": {