diff --git a/purescript-font-lock.el b/purescript-font-lock.el index 25ebc9a..e1a0610 100644 --- a/purescript-font-lock.el +++ b/purescript-font-lock.el @@ -211,9 +211,6 @@ Returns keywords suitable for `font-lock-keywords'." (setq 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) ("^#.*$" 0 'font-lock-preprocessor-face t) (,toplevel-keywords 1 (symbol-value 'purescript-keyword-face))