bug#81543: [PATCH] [eglot] Add vala mode support
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
> From: Sean Whitton <[email protected]> > Date: Tue, 04 Aug 2026 13:36:56 +0100 > > 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ão, does this seem fine? FWIW, in the past we've been installing such changes without any need for discussions. But in any case, it helps actually CC'ing João 😉.