Skip to content

Commit 794bd94

Browse files
authored
Merge pull request #23 from Hi-Angel/rm-smerge-font-lock-redefinition
Avoid redefining conflict marker faces from smerge-mode
2 parents b2184fb + 5bb1da1 commit 794bd94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

purescript-font-lock.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ Returns keywords suitable for `font-lock-keywords'."
211211
(setq keywords
212212
`(;; NOTICE the ordering below is significant
213213
;;
214-
("^<<<<<<< .*$" 0 'font-lock-warning-face t)
215-
("^=======" 0 'font-lock-warning-face t)
216-
("^>>>>>>> .*$" 0 'font-lock-warning-face t)
217214
("^#.*$" 0 'font-lock-preprocessor-face t)
218215

219216
(,toplevel-keywords 1 (symbol-value 'purescript-keyword-face))

0 commit comments

Comments
 (0)