* lisp/progmodes/eglot.el (eglot-server-programs): Add lexical.
It does not support MS-Windows currently. (Bug#65359)
Copyright-paperwork-exempt: yes
. ,(if (and (fboundp 'w32-shell-dos-semantics)
(w32-shell-dos-semantics))
'("language_server.bat")
- '("language_server.sh")))
+ (eglot-alternatives
+ '("language_server.sh" "start_lexical.sh"))))
(ada-mode . ("ada_language_server"))
(scala-mode . ,(eglot-alternatives
'("metals" "metals-emacs")))