Skip to content

Commit

Permalink
Add support for haskell-ts-mode (#4555)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKyletoft committed Sep 21, 2024
1 parent 5617883 commit 710f2a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,7 @@ Changes take effect only when a new session is started."
(go-ts-mode . "go")
(graphql-mode . "graphql")
(haskell-mode . "haskell")
(haskell-ts-mode . "haskell")
(hack-mode . "hack")
(php-mode . "php")
(php-ts-mode . "php")
Expand Down

0 comments on commit 710f2a2

Please sign in to comment.