Skip to content

Some expression parts not highlighted in GString expressions #384

@eric-milles

Description

@eric-milles

Non-specific expression parts within GString expressions are colored as strings.

"Blah blah ${Arrays.asList('one', 'two')}" // 'Arrays.', '(' and ',' are colored as strings
"Blah blah ${ -> ... }" // '->' is colored as string"

$, ${ and } are also colored as strings and may be highlighted otherwise to indicate their special nature.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions