-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Hi!
I've noticed that comments like this
--| ...
foo x = yfail to properly hightlight as comments, and what I see is this:

I've tried to fix this on my end by adding
(add-hook 'purescript-mode-hook
(lambda ()
(font-lock-add-keywords nil
'(("--|.*" . font-lock-comment-face)))))But this doesn't fully solve the problem, as ocassionally keywords appear in the comment line, which somehow breaks the comment highlighting 🤷♂️
Is this supported? Any advice on how to fix it?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels