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 6806755 + f60879a commit 7fa3158Copy full SHA for 7fa3158
haskell-font-lock.el
@@ -372,7 +372,7 @@ 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)
376
("^>>>>>>> .*$" 0 'font-lock-warning-face t)
377
("^#.*$" 0 'font-lock-preprocessor-face t)
378
0 commit comments