feat: support astro lsp (#3242)

This commit is contained in:
Hieu Nguyen
2025-10-19 22:49:06 -05:00
committed by GitHub
parent 95d413bec6
commit 4d8268c818
3 changed files with 53 additions and 0 deletions
+1
View File
@@ -99,4 +99,5 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".vue": "vue",
".zig": "zig",
".zon": "zig",
".astro": "astro",
} as const