tag: 1.2
commit 310e527c93e5956bc47f25f8993b98e8b7791a1d
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>
* README.md (Installation and usage): Add haskell-ide-engine
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a5e9f50..f32f478 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,8 @@ for the language of your choice. Otherwise, it prompts you to
enter one:
* Ruby's [solargraph][solargraph]
* Bash's [bash-language-server][bash-language-server]
* PHP's [php-language-server][php-language-server]
-* [cquery][cquery] for C/C++
+* C/C++'s [cquery][cquery]
+* Haskell's [IDE engine][haskell-ide-engine]
I'll add to this list as I test more servers. In the meantime you can
customize `eglot-server-programs`:
@@ -275,6 +276,5 @@ Under the hood:
[cquery]: https://github.com/cquery-project/cquery
[solargraph]: https://github.com/castwide/solargraph
[windows-subprocess-hang]:
https://www.gnu.org/software/emacs/manual/html_node/efaq-w32/Subprocess-hang.html
+[haskell-ide-engine]: https://github.com/haskell/haskell-ide-engine
-
-