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

@ -47,9 +47,6 @@
"dot": {
"revision": "d5842f7c1f5aca2ef9fdf43c2dd8c3bbd21f81d8"
},
"elixir": {
"revision": "9cf8676eb6f1c3656d4393c8c457ec0b426f9d28"
},
"elm": {
"revision": "d29c06684fd4790ba0241e852eaa7d07b3cc4388"
},

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 = {