Switch to official elixir-lang parser

This commit is contained in:
Connor Lay (Clay) 2021-10-05 19:34:18 -07:00 committed by Stephan Seitz
parent 66f1873213
commit 1676efb9b7
2 changed files with 3 additions and 6 deletions

View file

@ -292,11 +292,11 @@ list.erlang = {
list.elixir = {
install_info = {
url = "https://github.com/ananthakumaran/tree-sitter-elixir",
url = "https://github.com/elixir-lang/tree-sitter-elixir",
files = { "src/parser.c", "src/scanner.cc" },
requires_generate_from_grammar = true,
branch = "main",
},
maintainers = { "@nifoc" },
maintainers = { "@jonatanklosko" },
}
list.surface = {