Sublime Forum

Haskell syntax highlighting bug

#1

The guards ("|") in function checkWin are highlighted differently.
Guards in other functions are all just white, comparing to ST2, they should always be red.
The "|"s in type declaration (e.g. data ABC = A|B|C) are corrected lighted as red.

1 Like

Dev Build 3024
#2

I ran into this as well. Is this fixed in some later release?

0 Likes

#3

Perhaps it is the same issue as

If is not the same thing, you could look into the other 4 Haskell’s issues:

  1. https://github.com/sublimehq/Packages/issues?utf8=✓&q=is%3Aissue+is%3Aopen+haskell

and open a new one if it does not exists yet. I am not working with Haskell nowadays. May be you can do a pull request fixing it.

1 Like

#4

Looks the same indeed! Thanks for the pointer.

1 Like