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.
1 parent 2bc8278 commit a469367Copy full SHA for a469367
haskell-font-lock.el
@@ -333,6 +333,9 @@ Returns keywords suitable for `font-lock-keywords'."
333
(setq keywords
334
`(;; NOTICE the ordering below is significant
335
;;
336
+ ("^<<<<<<< .*$" 0 'font-lock-preprocessor-face t)
337
+ ("^=======" 0 'font-lock-preprocessor-face t)
338
+ ("^>>>>>>> .*$" 0 'font-lock-preprocessor-face t)
339
("^#.*$" 0 'font-lock-warning-face t)
340
,@(unless haskell-emacs21-features ;Supports nested comments?
341
;; Expensive.
0 commit comments