-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathextension.toml
More file actions
30 lines (26 loc) · 849 Bytes
/
extension.toml
File metadata and controls
30 lines (26 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
id = "haskell"
name = "Haskell"
description = "Haskell support."
version = "0.2.1"
schema_version = 1
authors = [
"Pocæus <[email protected]>",
"Lei <[email protected]>",
]
repository = "https://github.com/zed-extensions/haskell"
[language_servers.hls]
name = "Haskell Language Server"
languages = [
"Haskell",
"Cabal",
# "Alex", # https://github.com/haskell/haskell-language-server/issues/4820
]
[grammars.haskell]
repository = "https://github.com/tree-sitter/tree-sitter-haskell"
commit = "8a99848fc734f9c4ea523b3f2a07df133cbbcec2"
[grammars.cabal]
repository = "https://gitlab.com/zweimach/tree-sitter-cabal/"
commit = "6f00f6d4883eb2eb650eea7cc1e95bd25e48419c"
[grammars.alex]
repository = "https://github.com/brandonchinn178/tree-sitter-alex"
rev = "1b20e2e6592ccd859ae5e06649d8335d19cdb60c"