branch: elpa/haskell-ts-mode commit c87df5d07b1508afc6e6275967b0b9537b8656a0 Author: Pranshu Sharma <pranshusharma...@gmail.com> Commit: Pranshu Sharma <pranshusharma...@gmail.com>
added kw --- haskell-ts-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el index 8a2217c3c1..d31ec5a6ed 100644 --- a/haskell-ts-mode.el +++ b/haskell-ts-mode.el @@ -48,7 +48,6 @@ '(("\\" . "λ") ("/=" . "≠"))) -;; TODO change to defvar (defvar haskell-ts-font-lock (treesit-font-lock-rules :language 'haskell @@ -58,7 +57,7 @@ :language 'haskell :feature 'keyword `(["module" "import" "data" "let" "where" "case" - "if" "then" "else" "of" "do" "in" "instance"] + "if" "then" "else" "of" "do" "in" "instance" "class"] @font-lock-keyword-face) :language 'haskell :feature 'otherwise