mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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": {
|
||||
"revision": "f58a87ac4dc6a7955c64c9e4408fbd693e804686"
|
||||
},
|
||||
"ipkg": {
|
||||
"revision": "8d3e9782f2d091d0cd39c13bfb3068db0c675960"
|
||||
},
|
||||
"ispc": {
|
||||
"revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1109,13 +1109,13 @@ list.inko = {
|
|||
maintainers = { "@yorickpeterse" },
|
||||
}
|
||||
|
||||
list.ipkg = {
|
||||
install_info = {
|
||||
url = "https://github.com/srghma/tree-sitter-ipkg",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@srghma" },
|
||||
}
|
||||
-- list.ipkg = {
|
||||
-- install_info = {
|
||||
-- url = "https://github.com/srghma/tree-sitter-ipkg",
|
||||
-- files = { "src/parser.c", "src/scanner.c" },
|
||||
-- },
|
||||
-- maintainers = { "@srghma" },
|
||||
-- }
|
||||
|
||||
list.ispc = {
|
||||
install_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue