Add support for the Zig Language Server (ZLS) (#756)

This commit is contained in:
Frank Denis
2025-07-08 22:31:11 +02:00
committed by GitHub
parent 9ed187ee52
commit f7d6175283
2 changed files with 104 additions and 0 deletions

View File

@@ -94,4 +94,6 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".yml": "yaml",
".mjs": "javascript",
".cjs": "javascript",
".zig": "zig",
".zon": "zig",
} as const