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

@@ -26,6 +26,7 @@ OpenCode comes with several built-in LSP servers for popular languages:
| rust | .rs | `rust-analyzer` command available |
| clangd | .c, .cpp, .cc, .cxx, .c++, .h, .hpp, .hh, .hxx, .h++ | Auto-installs for C/C++ projects |
| svelte | .svelte | Auto-installs for Svelte projects |
| astro | .astro | Auto-installs for Astro projects |
| jdtls | .java | `Java SDK (version 21+)` installed |
LSP servers are automatically enabled when one of the above file extensions are detected and the requirements are met.