File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -321,10 +321,6 @@ Returns keywords suitable for `font-lock-keywords'."
321
321
(setq keywords
322
322
`(; ; NOTICE the ordering below is significant
323
323
; ;
324
- (" ^<<<<<<< .*$" 0 'font-lock-warning-face t )
325
- (" ^|||||||$" 0 'font-lock-warning-face t ) ; "diff3" style
326
- (" ^=======$" 0 'font-lock-warning-face t )
327
- (" ^>>>>>>> .*$" 0 'font-lock-warning-face t )
328
324
(" ^#.*$" 0 'font-lock-preprocessor-face t )
329
325
330
326
,@(haskell-font-lock-symbols-keywords)
Original file line number Diff line number Diff line change @@ -639,7 +639,12 @@ Use `haskell-version' to find out what version of Haskell mode you are
639
639
currently using.
640
640
641
641
Additional Haskell mode modules can be hooked in via `haskell-mode-hook' ;
642
- see documentation for that variable for more details."
642
+ see documentation for that variable for more details.
643
+
644
+ Minor modes that work well with `haskell-mode' :
645
+
646
+ - `smerge-mode' : show and work with diff3 conflict markers used
647
+ by git, svn and other version control systems."
643
648
:group 'haskell
644
649
; ; paragraph-{start,separate} should treat comments as paragraphs as well.
645
650
(set (make-local-variable 'paragraph-start )
You can’t perform that action at this time.
0 commit comments