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 #1417
for the purpose of enabling Haskell syntax highlighting #1384, we
might as well take the final step.
  • Loading branch information
Kẏra committed Jan 22, 2022
1 parent 0b55b21 commit 85ae494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| glsl || || |
| go |||| `gopls` |
| graphql || | | |
| haskell || | | |
| haskell || | | `haskell-language-server-wrapper` |
| html || | | |
| java || | | |
| javascript || || `typescript-language-server` |
Expand Down
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 85ae494

Please sign in to comment.