]> git.eshelyaron.com Git - emacs.git/commitdiff
Eglot: mention ocaml-ts-mode in eglot-server-programs
authorJoão Távora <joaotavora@gmail.com>
Tue, 11 Feb 2025 13:00:33 +0000 (13:00 +0000)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Feb 2025 10:45:03 +0000 (11:45 +0100)
* lisp/progmodes/eglot.el (eglot-server-programs): Mention
ocaml-ts-mode.

(cherry picked from commit 96dc5deddc2b60210feb10e3a68b74ecd2480b34)

lisp/progmodes/eglot.el

index f01b41f1c5622f454ccea4f5f91a84dea79b7703..70737ff7800c502f559e98214dab51bafbe87194 100644 (file)
@@ -267,6 +267,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)