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
Broken implementation:
(,(rx (group "{-") (group (* anything)) (group "-}")) (1 font-lock-comment-delimiter-face) (2 font-lock-comment-face) (3 font-lock-comment-delimiter-face))
The text was updated successfully, but these errors were encountered:
Given the similarity to Haskell comments, I think we should be able to learn from their handling of {- ... -}
Sorry, something went wrong.
Yeah, I glanced at it and it looks like they use syntax tables. I think we'll need to dig into them for indentation handling too.
Yes, I started looking into syntax tables for this, I don't know much right now.
Same...
No branches or pull requests
Broken implementation:
The text was updated successfully, but these errors were encountered: