mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Eglot: Add vala mode support
* lisp/progmodes/eglot.el (lisp/progmodes/eglot.el): Add 'vala-mode'. (Bug#81543) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
aec7a5c73f
commit
ef69bf7b42
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue