Skip to content

Syntax highlighting broken by by escaped quote (only if html tags are present) #30

@rogersaner

Description

@rogersaner

Stick this line into a php file:
$output = '

All of the Earth's people.

';

Expected result: everything after the first quote should be orange (except for the p tags, which are blue).
Actual result: the p tags show correctly, but "s people" show up in light blue - they should be orange.

i.e. the syntax highlighting is broken by the escaped single quote, but only if the p tags are present (if they're removed, the highlighting is correct).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions