From: João Távora Date: Tue, 11 Feb 2025 13:00:33 +0000 (+0000) Subject: Eglot: mention ocaml-ts-mode in eglot-server-programs X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~45 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=13608ad64d13145df88b86a8efa893be42244792;p=emacs.git Eglot: mention ocaml-ts-mode in eglot-server-programs * lisp/progmodes/eglot.el (eglot-server-programs): Mention ocaml-ts-mode. (cherry picked from commit 96dc5deddc2b60210feb10e3a68b74ecd2480b34) --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 45e0e7d16cd..7c9a3dbf5c9 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -271,6 +271,7 @@ automatically)." . ,(eglot-alternatives '("clangd" "ccls"))) (((caml-mode :language-id "ocaml") + (ocaml-ts-mode :language-id "ocaml") (tuareg-mode :language-id "ocaml") reason-mode) . ("ocamllsp")) ((ruby-mode ruby-ts-mode)