branch: elpa/haskell-ts-mode
commit 0cbd38fbe6063029deac29f13f0ddbb367cfc34e
Author: Pranshu Sharma <pranshu@pebl>
Commit: Pranshu Sharma <pranshu@pebl>

    I forgot I still had thing settings...
---
 haskell-ts-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el
index 5027854f78..df0e7295ae 100644
--- a/haskell-ts-mode.el
+++ b/haskell-ts-mode.el
@@ -367,6 +367,7 @@
                      (and (not (string-match haskell-ts--ignore-types 
(treesit-node-type node)))
                           (string= "declarations" (treesit-node-type 
(treesit-node-parent node)))))))
   (setq-local prettify-symbols-alist haskell-ts-prettify-symbols-alist)
+  
   ;; Imenu
   (setq-local treesit-simple-imenu-settings
              `((nil haskell-ts-imenu-func-node-p nil

Reply via email to