1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Eglot: mention ocaml-ts-mode in eglot-server-programs

* lisp/progmodes/eglot.el (eglot-server-programs): Mention
ocaml-ts-mode.

(cherry picked from commit 96dc5deddc)
This commit is contained in:
João Távora 2025-02-11 13:00:33 +00:00 committed by Stefan Kangas
parent 19791839cf
commit 13608ad64d

View file

@ -271,6 +271,7 @@ automatically)."
. ,(eglot-alternatives . ,(eglot-alternatives
'("clangd" "ccls"))) '("clangd" "ccls")))
(((caml-mode :language-id "ocaml") (((caml-mode :language-id "ocaml")
(ocaml-ts-mode :language-id "ocaml")
(tuareg-mode :language-id "ocaml") reason-mode) (tuareg-mode :language-id "ocaml") reason-mode)
. ("ocamllsp")) . ("ocamllsp"))
((ruby-mode ruby-ts-mode) ((ruby-mode ruby-ts-mode)