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.
2 parents b2184fb + 5bb1da1 commit 794bd94Copy full SHA for 794bd94
purescript-font-lock.el
@@ -211,9 +211,6 @@ Returns keywords suitable for `font-lock-keywords'."
211
(setq keywords
212
`(;; NOTICE the ordering below is significant
213
;;
214
- ("^<<<<<<< .*$" 0 'font-lock-warning-face t)
215
- ("^=======" 0 'font-lock-warning-face t)
216
- ("^>>>>>>> .*$" 0 'font-lock-warning-face t)
217
("^#.*$" 0 'font-lock-preprocessor-face t)
218
219
(,toplevel-keywords 1 (symbol-value 'purescript-keyword-face))
0 commit comments