diff options
| author | João Távora | 2025-02-11 13:00:33 +0000 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-11 16:48:23 +0100 |
| commit | 13608ad64d13145df88b86a8efa893be42244792 (patch) | |
| tree | 8d7b73a829cdb7e84c5f3057095401514b382378 | |
| parent | 19791839cfbb9202aff8a8d476ec76741592c97d (diff) | |
| download | emacs-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.el | 1 |
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) |