mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
chore: switch agda upstream
This commit is contained in:
parent
eb0f975bf2
commit
6a865af171
3 changed files with 3 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"revision": "f21f13afe0410311be1f78959a25aee393c569c9"
|
||||
},
|
||||
"agda": {
|
||||
"revision": "80ea622cf952a0059e168e5c92a798b2f1925652"
|
||||
"revision": "eb2687164a4d98eb16bfaee3880afa81ff498d97"
|
||||
},
|
||||
"apex": {
|
||||
"revision": "e63bcdcc26ae808b3fe79dfb8fa61bebdb95bda4"
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@
|
|||
"infixl"
|
||||
"infixr"
|
||||
"record"
|
||||
(ARROW)
|
||||
]
|
||||
@keyword
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue