We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I've noticed that comments like this
--| ... foo x = y
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!
The text was updated successfully, but these errors were encountered:
Is this supported? Any advice on how to fix it?
Sorry unfortunately I have no clue :D
My hope is that at some point we can switch over to tree-sitter based highlighting. If you do manage to figure it out, I'd be happy to accept a PR
Sorry, something went wrong.
No branches or pull requests
Hi!
I've noticed that comments like this
--| ... foo x = y
fail 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!
The text was updated successfully, but these errors were encountered: