feat: svelte lsp (#2508)

This commit is contained in:
madflow
2025-09-09 13:59:58 -05:00
committed by GitHub
parent fde03d3c93
commit 32b47fcc1e
3 changed files with 54 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".zsh": "shellscript",
".ksh": "shellscript",
".sql": "sql",
".svelte": "svelte",
".swift": "swift",
".ts": "typescript",
".tsx": "typescriptreact",