emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 4874c22 14/26: Use javascript-typescript-langserv


From: João Távora
Subject: [elpa] externals/eglot 4874c22 14/26: Use javascript-typescript-langserver for typescript-mode (#174)
Date: Sun, 9 Dec 2018 19:11:27 -0500 (EST)

branch: externals/eglot
commit 4874c22767ef9b8fb4f168a159c86b71193d865c
Author: Mario Rodas <address@hidden>
Commit: João Távora <address@hidden>

    Use javascript-typescript-langserver for typescript-mode (#174)
    
    Copyright-paperwork-exempt: Yes
    
    * eglot.el (eglot-server-programs): add typescript-mode to
      javascript-typescript-langserver's contact
---
 eglot.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index ac10b43..2e99fc0 100644
--- a/eglot.el
+++ b/eglot.el
@@ -82,7 +82,9 @@
                                 (python-mode . ("pyls"))
                                 ((js-mode
                                   js2-mode
-                                  rjsx-mode) . ("javascript-typescript-stdio"))
+                                  rjsx-mode
+                                  typescript-mode)
+                                 . ("javascript-typescript-stdio"))
                                 (sh-mode . ("bash-language-server" "start"))
                                 ((c++-mode c-mode) . ("ccls"))
                                 ((caml-mode tuareg-mode reason-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]