Skip to content

Fix syntax highlighting for new and null within gstring #1433

@eric-milles

Description

@eric-milles

Consider the following:

String one = "prefix ${m(null);x=null;null} null suffix"
String two = "prefix ${new Object();new Object[0];'new'} new suffix"

new and null are missing keyword coloration.

image

see #1404

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions