mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
fix(astro): update to scanner rewrite
This commit is contained in:
parent
8e349b1ea9
commit
3ad0e410f8
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
"revision": "6ace266be7ad6bf486a95427ca3fc949aff66211"
|
"revision": "6ace266be7ad6bf486a95427ca3fc949aff66211"
|
||||||
},
|
},
|
||||||
"astro": {
|
"astro": {
|
||||||
"revision": "e924787e12e8a03194f36a113290ac11d6dc10f3"
|
"revision": "dfa0893bdc4bdfada102043404758c66e3580568"
|
||||||
},
|
},
|
||||||
"authzed": {
|
"authzed": {
|
||||||
"revision": "1dec7e1af96c56924e3322cd85fdce15d0a31d00"
|
"revision": "1dec7e1af96c56924e3322cd85fdce15d0a31d00"
|
||||||
|
|
|
||||||
|
|
@ -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" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue