-
Notifications
You must be signed in to change notification settings - Fork 8
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
Wrong syntax highlighting for Groovy GStrings when interpolating values #318
Comments
IIRC, syntax highlighting is done with capabilities of the CodeMirror 5 editor, and Codewars does not have any special control over it. Ideally this problem would be resolved by submitting a PR to CodeMirror, so Codewars could later use the fixed version. Problematic part can be that CW uses CodeMirror 5, which is not the latest version. I do not know if it still accepts fixes and improvements. |
Are there any plans on updating to a later version of CodeMirror or is there no need for it? |
I am not aware of any. |
Seems like it's fixes now |
I will check what has to be done to make sure that CW uses the fixed mode. |
Describe the bug
Sometimes, codewars' code runner gets the syntax highlighting for GStrings wrong when they contain interpolated values
Code runner does this:
Expected behavior
instead of this (example from Intellij Idea):
To Reproduce
Kumite: https://www.codewars.com/kumite/66cc60e3d8acf6782ef5515c
Browser
The text was updated successfully, but these errors were encountered: