fix(arduino): adapt to scanner rewrite

This commit is contained in:
ObserverOfTime 2023-06-19 11:34:00 +03:00 committed by Christian Clason
parent e3330c67f1
commit 70f161b1dd
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ list.agda = {
list.arduino = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-arduino",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@ObserverOfTime" },
}