mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
fix(ipkg) ipkg no longer exists and causes error when installing
This commit is contained in:
parent
42fc28ba91
commit
276d94294b
2 changed files with 7 additions and 10 deletions
|
|
@ -374,9 +374,6 @@
|
||||||
"inko": {
|
"inko": {
|
||||||
"revision": "f58a87ac4dc6a7955c64c9e4408fbd693e804686"
|
"revision": "f58a87ac4dc6a7955c64c9e4408fbd693e804686"
|
||||||
},
|
},
|
||||||
"ipkg": {
|
|
||||||
"revision": "8d3e9782f2d091d0cd39c13bfb3068db0c675960"
|
|
||||||
},
|
|
||||||
"ispc": {
|
"ispc": {
|
||||||
"revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04"
|
"revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1109,13 +1109,13 @@ list.inko = {
|
||||||
maintainers = { "@yorickpeterse" },
|
maintainers = { "@yorickpeterse" },
|
||||||
}
|
}
|
||||||
|
|
||||||
list.ipkg = {
|
-- list.ipkg = {
|
||||||
install_info = {
|
-- install_info = {
|
||||||
url = "https://github.com/srghma/tree-sitter-ipkg",
|
-- url = "https://github.com/srghma/tree-sitter-ipkg",
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
-- files = { "src/parser.c", "src/scanner.c" },
|
||||||
},
|
-- },
|
||||||
maintainers = { "@srghma" },
|
-- maintainers = { "@srghma" },
|
||||||
}
|
-- }
|
||||||
|
|
||||||
list.ispc = {
|
list.ispc = {
|
||||||
install_info = {
|
install_info = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue