mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
chore: switch agda upstream
This commit is contained in:
parent
eb0f975bf2
commit
6a865af171
3 changed files with 3 additions and 4 deletions
|
|
@ -85,8 +85,8 @@ list.ada = {
|
|||
|
||||
list.agda = {
|
||||
install_info = {
|
||||
url = "https://github.com/AusCyberman/tree-sitter-agda",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
url = "https://github.com/tree-sitter/tree-sitter-agda",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@Decodetalkers" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue