fix(elm): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-06-25 20:33:46 -04:00 committed by Christian Clason
parent b75f79bc5f
commit 4ba25e973c
2 changed files with 2 additions and 2 deletions

View file

@ -378,7 +378,7 @@ list.elixir = {
list.elm = {
install_info = {
url = "https://github.com/elm-tooling/tree-sitter-elm",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@zweimach" },
}