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

Show error message if missing closing brace in Java expression #43

Open
casid opened this issue Jan 24, 2024 · 0 comments
Open

Show error message if missing closing brace in Java expression #43

casid opened this issue Jan 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@casid
Copy link
Owner

casid commented Jan 24, 2024

@template.core.components.paragraph(content = @`
    ${localize("foo"}${localize("bar")}<br>${baz()}
`)

Misses a closing brace after localize("foo". Correct is:

@template.core.components.paragraph(content = @`
    ${localize("foo")}${localize("bar")}<br>${baz()}
`)

This should be highlighted by the plugin.

@casid casid added the enhancement New feature or request label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant