bug#81543: [PATCH] [eglot] Add vala mode support

Sean Whitton <[email protected]> Tue, 04 Aug 2026 13:36:56 +0100
Newsgroups gmane.emacs.bugs
Message-ID <[email protected]>
DaKnig via "Bug reports for GNU Emacs, the Swiss army knife of text editors=
" [03/Aug  3:53pm +03] wrote:
> diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
> index b68b3a57a09..d23175e70bd 100644
> --- a/lisp/progmodes/eglot.el
> +++ b/lisp/progmodes/eglot.el
> @@ -246,6 +246,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
>           '("pylsp" "pyls" ("basedpyright-langserver" "--stdio")

Thanks.  Jo=C3=A3o, does this seem fine?

--=20
Sean Whitton