parsers: change repo link of Elm parser to the new official repo

Follow https://github.com/tree-sitter/tree-sitter/pull/907
and change the link of the Elm parser to the elm-tooling namespace.
This commit is contained in:
Stephan Seitz 2021-02-01 11:33:11 +01:00 committed by Thomas Vigouroux
parent a077f61b67
commit 2a2c5918ff

View file

@ -295,7 +295,7 @@ list.vue = {
list.elm = {
install_info = {
url = "https://github.com/razzeee/tree-sitter-elm",
url = "https://github.com/elm-tooling/tree-sitter-elm",
files = { "src/parser.c", "src/scanner.cc" },
}
}