Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some expression parts not highlighted in GString expressions #384

Closed
eric-milles opened this issue Nov 10, 2017 · 1 comment
Closed

Some expression parts not highlighted in GString expressions #384

eric-milles opened this issue Nov 10, 2017 · 1 comment
Assignees
Milestone

Comments

@eric-milles
Copy link
Member

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.

@eric-milles eric-milles added this to the v3.1.0 milestone Apr 19, 2018
@eric-milles eric-milles removed this from the v3.1.0 milestone Aug 18, 2018
@eric-milles eric-milles self-assigned this Sep 23, 2018
@eric-milles eric-milles added this to the v3.1.0 milestone Sep 23, 2018
@eric-milles
Copy link
Member Author

gstring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant