diff --git a/lockfile.json b/lockfile.json index 3f87966c6..f1296611d 100644 --- a/lockfile.json +++ b/lockfile.json @@ -374,9 +374,6 @@ "inko": { "revision": "f58a87ac4dc6a7955c64c9e4408fbd693e804686" }, - "ipkg": { - "revision": "8d3e9782f2d091d0cd39c13bfb3068db0c675960" - }, "ispc": { "revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04" }, diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 31b691209..c2ed1966b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = {