zed/extensions/haskell/extension.toml
Marshall Bowers 90cf73b746
Update extension descriptions (#9939)
This PR updates the descriptions of some of the extensions to match the
others.

Release Notes:

- N/A
2024-03-28 17:14:55 -04:00

18 lines
482 B
TOML

id = "haskell"
name = "Haskell"
description = "Haskell support."
version = "0.0.1"
schema_version = 1
authors = [
"Pseudomata <pseudomata@proton.me>",
"Lei <45155667+leifu1128@users.noreply.github.com>"
]
repository = "https://github.com/zed-industries/zed"
[language_servers.hls]
name = "Haskell Language Server"
language = "Haskell"
[grammars.haskell]
repository = "https://github.com/tree-sitter/tree-sitter-haskell"
commit = "8a99848fc734f9c4ea523b3f2a07df133cbbcec2"