We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fa3158 + 44865d1 commit f11ee56Copy full SHA for f11ee56
haskell-font-lock.el
@@ -372,7 +372,8 @@ Returns keywords suitable for `font-lock-keywords'."
372
`(;; NOTICE the ordering below is significant
373
;;
374
("^<<<<<<< .*$" 0 'font-lock-warning-face t)
375
- ("^======= .*$" 0 'font-lock-warning-face t)
+ ("^|||||||$" 0 'font-lock-warning-face t) ; "diff3" style
376
+ ("^=======$" 0 'font-lock-warning-face t)
377
("^>>>>>>> .*$" 0 'font-lock-warning-face t)
378
("^#.*$" 0 'font-lock-preprocessor-face t)
379
0 commit comments