diff --git a/haskell-font-lock.el b/haskell-font-lock.el index 2df19b805..932b8336f 100644 --- a/haskell-font-lock.el +++ b/haskell-font-lock.el @@ -372,7 +372,8 @@ Returns keywords suitable for `font-lock-keywords'." `(;; NOTICE the ordering below is significant ;; ("^<<<<<<< .*$" 0 'font-lock-warning-face t) - ("^======= .*$" 0 'font-lock-warning-face t) + ("^|||||||$" 0 'font-lock-warning-face t) ; "diff3" style + ("^=======$" 0 'font-lock-warning-face t) ("^>>>>>>> .*$" 0 'font-lock-warning-face t) ("^#.*$" 0 'font-lock-preprocessor-face t)