From 69a6739d1fa65034879ec204e27a27bdc8982ddf Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 12 Feb 2025 22:47:03 +0200 Subject: [PATCH] fix(client): markdown code block not working (closes #1164) --- libraries/codemirror/hcl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/codemirror/hcl.js b/libraries/codemirror/hcl.js index cb4243889..04c0ea749 100644 --- a/libraries/codemirror/hcl.js +++ b/libraries/codemirror/hcl.js @@ -198,6 +198,7 @@ ext: [ "hcl " ], mime: "text/x-hcl", mode: "hcl", + name: "Terraform (HCL)" }); });