mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
1fccda7b8d
Release Notes: - Adds textobject support to erlang, haskell, lua, php, prisma, proto, toml, and zig
18 lines
477 B
TOML
18 lines
477 B
TOML
id = "haskell"
|
|
name = "Haskell"
|
|
description = "Haskell support."
|
|
version = "0.1.2"
|
|
schema_version = 1
|
|
authors = [
|
|
"Pocæus <github@pocaeus.com>",
|
|
"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"
|