summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-10-07 19:32:00 +0100
committerGitHub <noreply@github.com>2019-10-07 19:32:00 +0100
commit8fda1cebff2f7f07972214a41babbb0620e5d9e8 (patch)
treecabdeb5709e664937a92a0a26905c1d6b9681b5f
parent8097d51e3357f4ab3e31c5614dee94a0a5807b9a (diff)
parent0fa2d18230dd69feaabf45dcf3026c07443214fd (diff)
downloadale-8fda1cebff2f7f07972214a41babbb0620e5d9e8.zip
Merge pull request #2814 from andys8/improvement/elm-ls-name-fix-in-documentation
elm-ls: Removed some leftovers of previous name
-rw-r--r--doc/ale-supported-languages-and-tools.txt2
-rw-r--r--supported-tools.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index a0a346e5..a5b7c35e 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -124,7 +124,7 @@ Notes:
* `mix`!!
* Elm
* `elm-format`
- * `elm-lsp`
+ * `elm-ls`
* `elm-make`
* Erb
* `erb`
diff --git a/supported-tools.md b/supported-tools.md
index 15b91d52..e392f282 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -133,7 +133,7 @@ formatting.
* [mix](https://hexdocs.pm/mix/Mix.html) :warning: :floppy_disk:
* Elm
* [elm-format](https://github.com/avh4/elm-format)
- * [elm-lsp](https://github.com/antew/elm-lsp)
+ * [elm-ls](https://github.com/elm-tooling/elm-language-server)
* [elm-make](https://github.com/elm/compiler)
* Erb
* [erb](https://apidock.com/ruby/ERB)