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

@ -18,7 +18,7 @@
"revision": "6ace266be7ad6bf486a95427ca3fc949aff66211" "revision": "6ace266be7ad6bf486a95427ca3fc949aff66211"
}, },
"astro": { "astro": {
"revision": "e924787e12e8a03194f36a113290ac11d6dc10f3" "revision": "dfa0893bdc4bdfada102043404758c66e3580568"
}, },
"authzed": { "authzed": {
"revision": "1dec7e1af96c56924e3322cd85fdce15d0a31d00" "revision": "1dec7e1af96c56924e3322cd85fdce15d0a31d00"

View file

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