dc52395ead
Add new language servers from OpenCode's server.ts: - prisma: Prisma schema support (.prisma) - ocaml-lsp: OCaml language support (.ml, .mli) - texlab: LaTeX support (.tex, .bib) - dockerfile: Dockerfile support (.dockerfile) - gleam: Gleam language support (.gleam) - clojure-lsp: Clojure support (.clj, .cljs, .cljc, .edn) - nixd: Nix language support (.nix) - tinymist: Typst support (.typ, .typc) - haskell-language-server: Haskell support (.hs, .lhs) Add new language extensions from OpenCode's language.ts: - .ets -> typescript - .lhs -> haskell - .kt, .kts -> kotlin - .nix -> nix - .typ, .typc -> typst - .prisma -> prisma Update server IDs to match OpenCode convention: - Add 'bash' as primary ID (keep bash-ls as legacy alias) - Add 'terraform' as primary ID (keep terraform-ls as legacy alias) Closes #454 Co-authored-by: sisyphus-dev-ai <sisyphus-dev-ai@users.noreply.github.com>