mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
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:
parent
a077f61b67
commit
2a2c5918ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue