From 6b9368af03f552595599bc17fd1673de6885946d Mon Sep 17 00:00:00 2001 From: Andrey Kolomoets Date: Sun, 22 Jul 2018 18:41:09 +0300 Subject: [PATCH] Added eglot --- _implementors/tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/tools.md b/_implementors/tools.md index 2f35447..9703e1e 100644 --- a/_implementors/tools.md +++ b/_implementors/tools.md @@ -15,6 +15,7 @@ index: 2 | Eclipse Che | Eclipse,Codenvy/TypeFox | [Che](https://github.com/eclipse/che/issues/1287) | | Eclipse IDE | Eclipse,Red Hat | [Eclipse community](https://projects.eclipse.org/projects/technology.lsp4e/who), [Eclipse LSP4E](https://projects.eclipse.org/projects/technology.lsp4e) | | emacs | [Vibhav Pant](https://github.com/vibhavp) | [emacs language server client](https://github.com/emacs-lsp/lsp-mode/) | +| GNU Emacs | [João Távora](https://github.com/joaotavora) | [Eglot](https://github.com/joaotavora/eglot) | |[GNOME Builder](https://wiki.gnome.org/Apps/Builder)| [gnome.org](https://wiki.gnome.org/Apps/Builder/) | [language server client](https://git.gnome.org/browse/gnome-builder/tree/src/libide/langserv) | |[MS Monaco Editor](https://github.com/Microsoft/monaco-editor)| [Typefox](https://github.com/TypeFox) | [monaco-languageclient](https://www.npmjs.com/package/monaco-languageclient) | |[Atom](https://atom.io/)| [GitHub](https://github.com/) | [atom-languageclient](https://www.npmjs.com/package/atom-languageclient) |