fix(elixir): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-06-19 19:14:25 -04:00 committed by Christian Clason
parent 517a79c848
commit 4a8efcffc4
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@
"revision": "f742f2fe327463335e8671a87c0b9b396905d1d1" "revision": "f742f2fe327463335e8671a87c0b9b396905d1d1"
}, },
"elixir": { "elixir": {
"revision": "4ba9dab6e2602960d95b2b625f3386c27e08084e" "revision": "f74a75dadf724e3b896f85c4a82ec519821e430d"
}, },
"elm": { "elm": {
"revision": "692c50c0b961364c40299e73c1306aecb5d20f40" "revision": "692c50c0b961364c40299e73c1306aecb5d20f40"

View file

@ -370,7 +370,7 @@ list.eex = {
list.elixir = { list.elixir = {
install_info = { install_info = {
url = "https://github.com/elixir-lang/tree-sitter-elixir", url = "https://github.com/elixir-lang/tree-sitter-elixir",
files = { "src/parser.c", "src/scanner.cc" }, files = { "src/parser.c", "src/scanner.c" },
}, },
maintainers = { "@connorlay" }, maintainers = { "@connorlay" },
} }