mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Eglot: Add Uiua language server
* lisp/progmodes/eglot.el (eglot-server-programs): Add Uiua language server. (Bug#67850) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
bf4ccb0be0
commit
06c399914f
1 changed files with 2 additions and 1 deletions
|
|
@ -259,7 +259,8 @@ chosen (interactively or automatically)."
|
||||||
'(("marksman" "server")
|
'(("marksman" "server")
|
||||||
("vscode-markdown-language-server" "--stdio"))))
|
("vscode-markdown-language-server" "--stdio"))))
|
||||||
(graphviz-dot-mode . ("dot-language-server" "--stdio"))
|
(graphviz-dot-mode . ("dot-language-server" "--stdio"))
|
||||||
(terraform-mode . ("terraform-ls" "serve")))
|
(terraform-mode . ("terraform-ls" "serve"))
|
||||||
|
((uiua-ts-mode uiua-mode) . ("uiua" "lsp")))
|
||||||
"How the command `eglot' guesses the server to start.
|
"How the command `eglot' guesses the server to start.
|
||||||
An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE
|
An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE
|
||||||
identifies the buffers that are to be managed by a specific
|
identifies the buffers that are to be managed by a specific
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue