feat: add terraform-ls language server and formatter (#5243)

This commit is contained in:
rari404
2025-12-08 12:02:25 -06:00
committed by GitHub
parent 09ff8eba00
commit fab8ab2840
3 changed files with 93 additions and 0 deletions
+3
View File
@@ -103,4 +103,7 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".zig": "zig",
".zon": "zig",
".astro": "astro",
".tf": "terraform",
".tfvars": "terraform-vars",
".hcl": "hcl",
} as const