aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Távora2025-02-11 13:00:33 +0000
committerStefan Kangas2025-02-11 16:48:23 +0100
commit13608ad64d13145df88b86a8efa893be42244792 (patch)
tree8d7b73a829cdb7e84c5f3057095401514b382378
parent19791839cfbb9202aff8a8d476ec76741592c97d (diff)
downloademacs-13608ad64d13145df88b86a8efa893be42244792.tar.gz
emacs-13608ad64d13145df88b86a8efa893be42244792.zip
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)
-rw-r--r--lisp/progmodes/eglot.el1
1 files changed, 1 insertions, 0 deletions
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)."
271 . ,(eglot-alternatives 271 . ,(eglot-alternatives
272 '("clangd" "ccls"))) 272 '("clangd" "ccls")))
273 (((caml-mode :language-id "ocaml") 273 (((caml-mode :language-id "ocaml")
274 (ocaml-ts-mode :language-id "ocaml")
274 (tuareg-mode :language-id "ocaml") reason-mode) 275 (tuareg-mode :language-id "ocaml") reason-mode)
275 . ("ocamllsp")) 276 . ("ocamllsp"))
276 ((ruby-mode ruby-ts-mode) 277 ((ruby-mode ruby-ts-mode)