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

This commit is contained in:
rari404
2025-12-08 13:02:25 -05:00
committed by GitHub
parent 09ff8eba00
commit fab8ab2840
3 changed files with 93 additions and 0 deletions

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