branch: elpa/haskell-ts-mode
commit 12b3f9c735fb4aa09ad7cb20d4beed627827546f
Author: Pranshu Sharma <pran...@bauherren.ovh>
Commit: Pranshu Sharma <pran...@bauherren.ovh>

    Set comment overide
    
    fixes #28
---
 haskell-ts-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el
index 516a336546..b490ffe55c 100644
--- a/haskell-ts-mode.el
+++ b/haskell-ts-mode.el
@@ -5,7 +5,7 @@
 ;; Author: Pranshu Sharma <pran...@bauherren.ovh>
 ;; URL: https://codeberg.org/pranshu/haskell-ts-mode
 ;; Package-Requires: ((emacs "29.3"))
-;; Version: 1.1.1
+;; Version: 1.1.2
 ;; Keywords: languages, haskell
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -181,6 +181,7 @@ when `haskell-ts-prettify-words' is non-nil.")
      (match ("->" @font-lock-doc-face)))
 
    :language 'haskell
+   :override t
    :feature 'comment
    `(((comment) @font-lock-comment-face)
      ((haddock) @font-lock-doc-face))

Reply via email to