feat: support astro lsp (#3242)

This commit is contained in:
Hieu Nguyen
2025-10-20 10:49:06 +07:00
committed by GitHub
parent 95d413bec6
commit 4d8268c818
3 changed files with 53 additions and 0 deletions

View File

@@ -99,4 +99,5 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".vue": "vue",
".zig": "zig",
".zon": "zig",
".astro": "astro",
} as const