mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -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:
parent
19791839cf
commit
13608ad64d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue