1# Haskell
2
3Haskell support is available through the [Haskell extension](https://github.com/zed-extensions/haskell).
4
5- Tree-sitter: [tree-sitter-haskell](https://github.com/tree-sitter/tree-sitter-haskell)
6- Language Server: [haskell-language-server](https://github.com/haskell/haskell-language-server)
7
8See: official [configuring haskell-language-server](https://haskell-language-server.readthedocs.io/en/latest/configuration.html) docs for more.
9
10<!--
11TBD: Add Haskell Docs
12TBD: Haskell formatting docs: haskell.formattingProvider (floskell, ormolu, fourmolu, stylish-haskell)
13-->