-
Notifications
You must be signed in to change notification settings - Fork 5
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
UnicodeSyntax does not get highlighted #35
Comments
I've sent a PR to solve this partially in the default Haskell package: sublimehq/Packages#110 Is there interest in further work on this? |
Sweet, thanks Yghor — yeah, it would be wonderful to get all the improvements from SublimeHaskell merged into the default Haskell package for everyone's benefit. I can't enumerate them all off the top of my head but I know there are plenty of little bugs in the highlighting : ) |
(and I'm certainly down to adopt the SublimeHaskell tmLanguage file here in the meantime) |
Cool. It's ported with some additional niceties. :) |
When using the UnicodeSyntax language pragma, one should be able to substitute some ASCII sequences for Unicode characters as shown here and on the following table:
However, it appears that the built-in syntax highlighter is unaware of this:
(Note that stack-ide works regardless — although not shown here the types are correct on the status bar)
Maybe it would be a good idea to override the default and use a new syntax highlighter, such as the one used by SublimeHaskell but augmented with this?
The text was updated successfully, but these errors were encountered: