fix(menhir): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-07-18 02:40:30 -04:00 committed by Christian Clason
parent e75b795f00
commit a2c3a7319f
2 changed files with 2 additions and 2 deletions

View file

@ -978,7 +978,7 @@ list.matlab = {
list.menhir = {
install_info = {
url = "https://github.com/Kerl13/tree-sitter-menhir",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@Kerl13" },
}