From 2a2c5918fffa761866fd3ab5038019d696f87079 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 1 Feb 2021 11:33:11 +0100 Subject: 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. --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 3099df0f8..7be10c84d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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" }, } } -- cgit v1.2.3-70-g09d2