Per https://github.com/joaotavora/eglot/issues/512.
* eglot.el (eglot-server-programs): properly close parenthesis.
GitHub-reference: fix https://github.com/joaotavora/eglot/issues/521
((tex-mode context-mode texinfo-mode bibtex-mode)
. ("digestif"))
(erlang-mode . ("erlang_ls" "--transport" "stdio"))
- (gdscript-mode . ("localhost" 6008))
+ (gdscript-mode . ("localhost" 6008)))
"How the command `eglot' guesses the server to start.
An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE
is a mode symbol, or a list of mode symbols. The associated