Skip to content

Haskell lexer doesn't recognise escaped single quote in character literal #71

@Anteru

Description

@Anteru

(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-majorseverity: majorT-bugtype: a bugX-importedimported from Bitbucket

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions