(Original issue 292 created by None on 2007-09-11T19:48:28+00:00)
If you have this character literal in your code:
{{{
'\''
}}}
the Haskell lexer thinks that you have an overlong character literal starting at the third quote character, and colours in everything brown after that. It doesn't recognise the C-like escaped quote character.
Reported by guest