feat(haskell): add treesit support

This commit is contained in:
Henrik Lissner
2025-08-27 17:09:27 +02:00
parent 086a0d30d0
commit 47fe11cd76
3 changed files with 16 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
;;; lang/haskell/packages.el
(package! haskell-mode :pin "e9c356739310332afe59b10ffa2e6c3e76f124e3")
(when (modulep! +tree-sitter)
(package! haskell-ts-mode :pin "b47211699944997bfb03fd88b1157dd71727bad7"))
(when (and (modulep! +lsp)
(modulep! :tools lsp -eglot))