feat(opencode): ormolu code formatter for haskell (#10274)

This commit is contained in:
Ondřej Súkup
2026-02-02 13:01:49 +01:00
committed by GitHub
parent 26197ec95b
commit 52006c2fd9
3 changed files with 11 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ OpenCode comes with several built-in LSP servers for popular languages:
| fsharp | .fs, .fsi, .fsx, .fsscript | `.NET SDK` installed |
| gleam | .gleam | `gleam` command available |
| gopls | .go | `go` command available |
| hls | .hs, .lhs | `haskell-language-server-wrapper` command available
| jdtls | .java | `Java SDK (version 21+)` installed |
| kotlin-ls | .kt, .kts | Auto-installs for Kotlin projects |
| lua-ls | .lua | Auto-installs for Lua projects |