-
Notifications
You must be signed in to change notification settings - Fork 17
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
Incorrect syntax highlighting? #6
Comments
@kodaj Thanks for your kind words, we really appreciate it. We've changed the Syntax Definition file that we were using to a new one (https://github.com/textmate/haskell.tmbundle) and the bug seems to be solved. The fix is available in the new version 0.3.1. Let us know if the bug has been solved. Thanks! |
@martrik Thanks a lot for the quick reaction! It's looking much better now, but there's one thing I still don't quite understand: why is the first record label colored differently than the other labels? (Note that the |
I see - thanks! |
First of all: thanks a lot for writing Haskelly! I've only just started using it, and it's already helped me become a lot more productive. Keep it up, guys! The Haskell ecosystem is painfully lacking a simple and usable IDE - Haskelly might be the tool to fill this gap.
Regarding the potential bug: I've attached a screenshot of how the code below is syntax-colored in Haskelly - aren't all record fields supposed to look like the first one? I mean, shouldn't all record labels be colored yellow(ish) and their types be colored blue?
}
Environment info: I'm using version 0.3.0 of Haskelly on Windows 10.
The text was updated successfully, but these errors were encountered: