emacs-31 ef69bf7b42f: Eglot: Add vala mode support
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit ef69bf7b42fc3280dc1fda336f6dde156b2c1e8e Author: DaKnig <[email protected]> Commit: Eli Zaretskii <[email protected]> Eglot: Add vala mode support * lisp/progmodes/eglot.el (lisp/progmodes/eglot.el): Add 'vala-mode'. (Bug#81543) Copyright-paperwork-exempt: yes --- lisp/progmodes/eglot.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index b27d7761111..1f4f6abbd91 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -248,6 +248,7 @@ automatically)." ((cmake-mode cmake-ts-mode) . ,(eglot-alternatives '(("neocmakelsp" "stdio") "cmake-language-server"))) (vimrc-mode . ("vim-language-server" "--stdio")) + (vala-mode . ("vala-language-server")) ((python-mode python-ts-mode) . ,(eglot-alternatives '(("rass" "python")