-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
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
Haskell highlighting is fairly monotone #58
Comments
Could you share a URL for those codes? I'd like to test them in my environment. |
I don't happen to have that specific file around anymore (I was probably doing record types incorrectly anyways) but here are some other (actually working, as far as I can tell) typecheckers that could serve as some good test programs: https://github.com/davidgarland/types/blob/master/typed/bidirectional_type_checking/bidir.hs |
@davidgarland, are you using some plugin for Haskell or have you set up treesitter for it? Because it looks a bit better for me (I'm using treesitter): |
I think it is related to this issue: #97 |
Environment:
If you have a trouble with coloration and are using Vim/Neovim with terminal:
:set termguicolors
)At the moment function names are highlighted for type definitions but not when doing pattern matching, and constructors have the same color as types and keywords, which is kind of uninformative. Is there any way this could be tweaked without breaking colors for other languages?
The text was updated successfully, but these errors were encountered: