Skip to content

^" in regex breaks matching identifier highlighting #3214

Open
@YellowAfterlife

Description

@YellowAfterlife

5.3.4.651 / 77e3c9b

Sample snippet:

class Main {
	static function main() {
		var rx = ~/one/;
		rx.match("one");
		rx = ~/[^"]/;
		rx.match("one");
	}
}

Screenshot:
image
(rx would normally highlight, but with this it doesn't)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions