Skip to content

Incorrect syntax highlighting with single quotes #260

Closed
@whoami730

Description

@whoami730
val x = ''' + '"'
val y = 1 + 0

is highlighted incorrectly and ''' is assumed to start a string instead of being the string itself whereas

val x = '"' + '''
val y = 1 + 0

is correctly highlighted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions