vim2hs
vim2hs copied to clipboard
Type signatures for enumerations of identifiers not highlighted
This should highlight as a type signature, but doesn't:
a, b, c :: SameType
I noticed this as well.
Also, when a function name has a '
(single quote) in it, it doesn't get highlighted:
fun' :: SomeType
I tried vim-haskell
, and it's amazing! And, BTW, it highlights correctly these two cases.