fix(astro): update to scanner rewrite

This commit is contained in:
Christian Clason 2024-03-01 08:29:03 +01:00
parent 8e349b1ea9
commit 3ad0e410f8
2 changed files with 2 additions and 2 deletions

View file

@ -130,7 +130,7 @@ list.asm = {
list.astro = {
install_info = {
url = "https://github.com/virchau13/tree-sitter-astro",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@virchau13" },
}