aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-02-01 11:33:11 +0100
committerThomas Vigouroux <tomvig38@gmail.com>2021-02-01 19:02:53 +0100
commit2a2c5918fffa761866fd3ab5038019d696f87079 (patch)
tree682e0d3e84554b4996bb9ae0a7421b1b4b0c8297 /lua
parentIssue template: use details for nvim --version output (diff)
downloadnvim-treesitter-2a2c5918fffa761866fd3ab5038019d696f87079.tar
nvim-treesitter-2a2c5918fffa761866fd3ab5038019d696f87079.tar.gz
nvim-treesitter-2a2c5918fffa761866fd3ab5038019d696f87079.tar.bz2
nvim-treesitter-2a2c5918fffa761866fd3ab5038019d696f87079.tar.lz
nvim-treesitter-2a2c5918fffa761866fd3ab5038019d696f87079.tar.xz
nvim-treesitter-2a2c5918fffa761866fd3ab5038019d696f87079.tar.zst
nvim-treesitter-2a2c5918fffa761866fd3ab5038019d696f87079.zip
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.
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
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" },
}
}