We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am coming from this codewars issue , which uses codemirror 5 for it's editor.
Sometimes, codewars' editor gets the syntax highlighting for GStrings wrong when they contain interpolated values.
Codewars' editor does this:
instead of this (example from Intellij Idea):
But the syntax highlighting on codewars' editor works when adding curly braces:
The text was updated successfully, but these errors were encountered:
It seems to display how it should when a character, that is neither a letter, nor a digit, nor whitespace, comes after the interpolated value
Sorry, something went wrong.
Attached patch should help.
dd44c94
Fix bad handling of interpolated variables in the Groovy mode
2675b58
FIX: Fix an issue in the Groovy mode where himBHsinterpolated variable style would continue after whitespace. Issue codemirror/codemirror5#7103
No branches or pull requests
I am coming from this codewars issue , which uses codemirror 5 for it's editor.
Sometimes, codewars' editor gets the syntax highlighting for GStrings wrong when they contain interpolated values.
Codewars' editor does this:
instead of this (example from Intellij Idea):
But the syntax highlighting on codewars' editor works when adding curly braces:
The text was updated successfully, but these errors were encountered: