Skip to content

Commit

Permalink
Merge pull request #499 from bryangarza/font-lock-warning-face
Browse files Browse the repository at this point in the history
Fix font-lock-warning-face regular expression for git merge conflict markers
  • Loading branch information
gracjan committed Mar 10, 2015
2 parents 6806755 + f60879a commit 7fa3158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Returns keywords suitable for `font-lock-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-warning-face t)
("^#.*$" 0 'font-lock-preprocessor-face t)

Expand Down

0 comments on commit 7fa3158

Please sign in to comment.