feat(haskell): add tree-sitter support
This commit is contained in:
parent
5f9d0b0f84
commit
074528a89a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue