mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: rename filetype for haskell persistent to match vim
This commit is contained in:
parent
898f9c13d6
commit
c981ea0684
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ list.haskell_persistent = {
|
||||||
url = "https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent",
|
url = "https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
},
|
},
|
||||||
filetype = "haskell.persistent",
|
filetype = "haskellpersistent",
|
||||||
maintainers = { "@lykahb" },
|
maintainers = { "@lykahb" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue