From: Mario Rodas Date: Wed, 7 Nov 2018 12:09:58 +0000 (-0500) Subject: Support ocaml-language-server out of the box () X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~406 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=753dddc631b62ec321fab8e1690af05547b02a05;p=emacs.git Support ocaml-language-server out of the box () Copyright-paperwork-exempt: yes * eglot.el (eglot-server-programs): Add ocaml-language-server. * README.md (Installation and usage): Mention ocaml-language-server GitHub-reference: https://github.com/joaotavora/eglot/issues/149 --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 0a789702c7d..2ce9d086e7f 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -85,6 +85,8 @@ rjsx-mode) . ("javascript-typescript-stdio")) (sh-mode . ("bash-language-server" "start")) ((c++-mode c-mode) . ("ccls")) + ((caml-mode tuareg-mode reason-mode) + . ("ocaml-language-server" "--stdio")) (ruby-mode . ("solargraph" "socket" "--port" :autoport))