Revert "feat(ipkg): add parser and queries (#7277)"

This reverts commit f87c8956ae.
This commit is contained in:
Stribik András 2025-06-24 16:56:43 +02:00
parent 42fc28ba91
commit 32b5e254c4
No known key found for this signature in database
8 changed files with 0 additions and 143 deletions

View file

@ -1109,14 +1109,6 @@ 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.ispc = {
install_info = {
url = "https://github.com/fab4100/tree-sitter-ispc",