mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -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
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue