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
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
| glsl | ✓ | | ✓ | |
|
||||
| go | ✓ | ✓ | ✓ | `gopls` |
|
||||
| graphql | ✓ | | | |
|
||||
| haskell | ✓ | | | |
|
||||
| haskell | ✓ | | | `haskell-language-server-wrapper` |
|
||||
| html | ✓ | | | |
|
||||
| java | ✓ | | | |
|
||||
| javascript | ✓ | | ✓ | `typescript-language-server` |
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue