feat: svelte lsp (#2508)

This commit is contained in:
madflow
2025-09-09 20:59:58 +02:00
committed by GitHub
parent fde03d3c93
commit 32b47fcc1e
3 changed files with 54 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ opencode comes with several built-in LSP servers for popular languages:
| vue | .vue | Auto-installs for Vue projects |
| 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 |
LSP servers are automatically enabled when one of the above file extensions are detected and the requirements are met.