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": {