Hi!
I've noticed that comments like this
fail 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!
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
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!