mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(haskell): add tree-sitter support
This commit is contained in:
committed by
Henrik Lissner
parent
5f9d0b0f84
commit
074528a89a
@ -27,6 +27,9 @@
|
||||
#'haskell-collapse-mode ; support folding haskell code blocks
|
||||
#'interactive-haskell-mode)
|
||||
|
||||
(when (modulep! +tree-sitter)
|
||||
(add-hook 'haskell-mode-local-vars-hook #'tree-sitter! 'append))
|
||||
|
||||
(add-to-list 'completion-ignored-extensions ".hi")
|
||||
|
||||
(map! :map haskell-mode-map
|
||||
|
Reference in New Issue
Block a user