branch: externals/elpa
commit 5f873d288e1c5434c1640bef03555ed056cb0d35
Author: João Távora <joaotav...@gmail.com>
Commit: João Távora <joaotav...@gmail.com>

    Fix #521: Correct paren mismatch blunder introduced by earlier commit
    
    Per #512.
    
    * eglot.el (eglot-server-programs): properly close parenthesis.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 023c0df..a4ba1f9 100644
--- a/eglot.el
+++ b/eglot.el
@@ -122,7 +122,7 @@ language-server/bin/php-language-server.php"))
                                 ((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

Reply via email to