mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add support for haskell persistent library
This commit is contained in:
parent
68c619f2e3
commit
e9984bb744
4 changed files with 57 additions and 0 deletions
|
|
@ -633,6 +633,15 @@ list.haskell = {
|
|||
},
|
||||
}
|
||||
|
||||
list.haskell_persistent = {
|
||||
install_info = {
|
||||
url = "https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
},
|
||||
filetype = "haskell.persistent",
|
||||
maintainers = { "@lykahb" },
|
||||
}
|
||||
|
||||
list.hcl = {
|
||||
install_info = {
|
||||
url = "https://github.com/MichaHoffmann/tree-sitter-hcl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue