mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
feat: add F# language server support (#5549)
This commit is contained in:
parent
b9b4349039
commit
6830590183
2 changed files with 41 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ OpenCode comes with several built-in LSP servers for popular languages:
|
|||
| elixir-ls | .ex, .exs | `elixir` command available |
|
||||
| zls | .zig, .zon | `zig` command available |
|
||||
| csharp | .cs | `.NET SDK` installed |
|
||||
| fsharp | .fs, .fsi, .fsx, .fsscript | `.NET SDK` installed |
|
||||
| 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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue