Skip to content

Commit

Permalink
Add haskell-language-server-wrapper --lsp to default languages.toml
Browse files Browse the repository at this point in the history
After the changes to upgrade and reenable tree-sitter-haskell helix-editor#1417
for the purpose of enabling Haskell syntax highlighting helix-editor#1384, we
might as well take the final step.
  • Loading branch information
Kẏra committed Jan 22, 2022
1 parent 0b55b21 commit 78e116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ injection-regex = "haskell"
file-types = ["hs"]
roots = []
comment-token = "--"

language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
indent = { tab-width = 2, unit = " " }

[[language]]
Expand Down

0 comments on commit 78e116d

Please sign in to comment.