branch: elpa/haskell-ts-mode
commit b4d522b2b5ec57c721443b7d2418df5778641c59
Author: Pranshu Sharma <pranshusharma...@gmail.com>
Commit: Pranshu Sharma <pranshusharma...@gmail.com>

    fix
---
 haskell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell.el b/haskell.el
index 26d66d992b..cd715c4190 100644
--- a/haskell.el
+++ b/haskell.el
@@ -3,7 +3,7 @@
 (require 'comint)
 (declare-function treesit-parser-create "treesit.c")
 
-(setq haskell-ts-mode--treesit-font-lock-settings
+(setq haskell-ts-font-lock
          (treesit-font-lock-rules
           :language 'haskell
           :feature 'keyword

Reply via email to