Skip to content

Commit

Permalink
Add haskell-language-server as lsp for cabal files (helix-editor#9111)
Browse files Browse the repository at this point in the history
  • Loading branch information
0rphee authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 6fb6299 commit 77bd6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| blueprint || | | `blueprint-compiler` |
| c |||| `clangd` |
| c-sharp ||| | `OmniSharp` |
| cabal | | | | |
| cabal | | | | `haskell-language-server-wrapper` |
| cairo |||| `cairo-language-server` |
| capnp || || |
| clojure || | | `clojure-lsp` |
Expand Down
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2698,6 +2698,7 @@ file-types = [ "cabal" ]
roots = ["cabal.project", "Setup.hs"]
indent = { tab-width = 2, unit = " " }
comment-token = "--"
language-servers = [ "haskell-language-server" ]

[[language]]
name = "hurl"
Expand Down

0 comments on commit 77bd6e7

Please sign in to comment.