Skip to content

Commit

Permalink
Merge pull request #23 from Hi-Angel/rm-smerge-font-lock-redefinition
Browse files Browse the repository at this point in the history
Avoid redefining conflict marker faces from smerge-mode
  • Loading branch information
purcell authored Dec 9, 2024
2 parents b2184fb + 5bb1da1 commit 794bd94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions purescript-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ Returns keywords suitable for `font-lock-keywords'."
(setq keywords
`(;; NOTICE the ordering below is significant
;;
("^<<<<<<< .*$" 0 'font-lock-warning-face t)
("^=======" 0 'font-lock-warning-face t)
("^>>>>>>> .*$" 0 'font-lock-warning-face t)
("^#.*$" 0 'font-lock-preprocessor-face t)

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

0 comments on commit 794bd94

Please sign in to comment.