mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
feat(haskell): switch to maintained fork
This commit is contained in:
parent
81aec1e45d
commit
0a6817bcbb
2 changed files with 3 additions and 3 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -120,7 +120,7 @@ ecma (queries only)[^ecma] | unstable | `HFIJL` | @steelsojka
|
||||||
[gstlaunch](https://github.com/tree-sitter-grammars/tree-sitter-gstlaunch) | unstable | `H ` | @theHamsta
|
[gstlaunch](https://github.com/tree-sitter-grammars/tree-sitter-gstlaunch) | unstable | `H ` | @theHamsta
|
||||||
[hack](https://github.com/slackhq/tree-sitter-hack) | unstable | `H J ` |
|
[hack](https://github.com/slackhq/tree-sitter-hack) | unstable | `H J ` |
|
||||||
[hare](https://github.com/tree-sitter-grammars/tree-sitter-hare) | unstable | `HFIJL` | @amaanq
|
[hare](https://github.com/tree-sitter-grammars/tree-sitter-hare) | unstable | `HFIJL` | @amaanq
|
||||||
[haskell](https://github.com/tree-sitter/tree-sitter-haskell) | unstable | `HF JL` | @mrcjkb
|
[haskell](https://github.com/tree-sitter-grammars/tree-sitter-haskell) | unstable | `HF JL` | @mrcjkb
|
||||||
[haskell_persistent](https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent) | unstable | `HF ` | @lykahb
|
[haskell_persistent](https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent) | unstable | `HF ` | @lykahb
|
||||||
[hcl](https://github.com/tree-sitter-grammars/tree-sitter-hcl) | unstable | `HFIJ ` | @MichaHoffmann
|
[hcl](https://github.com/tree-sitter-grammars/tree-sitter-hcl) | unstable | `HFIJ ` | @MichaHoffmann
|
||||||
[heex](https://github.com/connorlay/tree-sitter-heex) | unstable | `HFIJL` | @connorlay
|
[heex](https://github.com/connorlay/tree-sitter-heex) | unstable | `HFIJL` | @connorlay
|
||||||
|
|
|
||||||
|
|
@ -889,8 +889,8 @@ return {
|
||||||
},
|
},
|
||||||
haskell = {
|
haskell = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '0975ef72fc3c47b530309ca93937d7d143523628',
|
revision = '2e51745eed8cd2ec429302b74250189467d665a4',
|
||||||
url = 'https://github.com/tree-sitter/tree-sitter-haskell',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-haskell',
|
||||||
},
|
},
|
||||||
maintainers = { '@mrcjkb' },
|
maintainers = { '@mrcjkb' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue