diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-06-06 16:41:38 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-06-06 16:59:44 +0200 |
| commit | faf63903ffa05a9dadd56258d737a0243393c0f5 (patch) | |
| tree | 2d3d14ee69fc3010a923ab274918b859494f1b33 /lua | |
| parent | feat(desktop): update parser and queries (diff) | |
| download | nvim-treesitter-faf63903ffa05a9dadd56258d737a0243393c0f5.tar nvim-treesitter-faf63903ffa05a9dadd56258d737a0243393c0f5.tar.gz nvim-treesitter-faf63903ffa05a9dadd56258d737a0243393c0f5.tar.bz2 nvim-treesitter-faf63903ffa05a9dadd56258d737a0243393c0f5.tar.lz nvim-treesitter-faf63903ffa05a9dadd56258d737a0243393c0f5.tar.xz nvim-treesitter-faf63903ffa05a9dadd56258d737a0243393c0f5.tar.zst nvim-treesitter-faf63903ffa05a9dadd56258d737a0243393c0f5.zip | |
fix(ipkg)!: remove parser and queries
grammar repo is 404 (user removed) and no forks exist
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 3447c273d..cbe6aac12 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1022,7 +1022,6 @@ return { revision = 'c56a25cf57c68ff929356db25505c1cc4c7820f6', url = 'https://github.com/kayhide/tree-sitter-idris', }, - maintainers = { '@srghma' }, tier = 2, }, ini = { @@ -1041,14 +1040,6 @@ return { maintainers = { '@yorickpeterse' }, tier = 2, }, - ipkg = { - install_info = { - revision = '8d3e9782f2d091d0cd39c13bfb3068db0c675960', - url = 'https://github.com/srghma/tree-sitter-ipkg', - }, - maintainers = { '@srghma' }, - tier = 2, - }, ispc = { install_info = { revision = '9b2f9aec2106b94b4e099fe75e73ebd8ae707c04', |
