Add Vue LSP and enable eslint for .vue files. (#1952)

This commit is contained in:
Andre van Tonder
2025-08-15 21:18:27 +10:00
committed by GitHub
parent 0befc5d602
commit 17a7c824b8
2 changed files with 63 additions and 1 deletions

View File

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