diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-11-10 18:35:19 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-11-10 23:15:20 +0100 |
| commit | 0a6817bcbb6d843d579a119d98f405c1215f2ff5 (patch) | |
| tree | 3bf425381a45428f3a64423ebf75f5e2d37f475f /lua | |
| parent | ci: add check for downstream queries (diff) | |
| download | nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.gz nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.bz2 nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.lz nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.xz nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.zst nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.zip | |
feat(haskell): switch to maintained fork
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 41c35c873..360dd462e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -889,8 +889,8 @@ return { }, haskell = { install_info = { - revision = '0975ef72fc3c47b530309ca93937d7d143523628', - url = 'https://github.com/tree-sitter/tree-sitter-haskell', + revision = '2e51745eed8cd2ec429302b74250189467d665a4', + url = 'https://github.com/tree-sitter-grammars/tree-sitter-haskell', }, maintainers = { '@mrcjkb' }, tier = 2, |
