mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
Add haskell-language-server-wrapper --lsp to default languages.toml
(#1556)
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.
This commit is contained in:
parent
4080341977
commit
a8e69e12f4
@ -19,7 +19,7 @@
|
|||||||
| glsl | ✓ | | ✓ | |
|
| glsl | ✓ | | ✓ | |
|
||||||
| go | ✓ | ✓ | ✓ | `gopls` |
|
| go | ✓ | ✓ | ✓ | `gopls` |
|
||||||
| graphql | ✓ | | | |
|
| graphql | ✓ | | | |
|
||||||
| haskell | ✓ | | | |
|
| haskell | ✓ | | | `haskell-language-server-wrapper` |
|
||||||
| html | ✓ | | | |
|
| html | ✓ | | | |
|
||||||
| java | ✓ | | | |
|
| java | ✓ | | | |
|
||||||
| javascript | ✓ | | ✓ | `typescript-language-server` |
|
| javascript | ✓ | | ✓ | `typescript-language-server` |
|
||||||
|
@ -355,7 +355,7 @@ injection-regex = "haskell"
|
|||||||
file-types = ["hs"]
|
file-types = ["hs"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "--"
|
comment-token = "--"
|
||||||
|
language-server = { command = "haskell-language-server-wrapper", args = ["--lsp"] }
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
|
Loading…
Reference in New Issue
Block a user