-
Notifications
You must be signed in to change notification settings - Fork 470
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
Json.xshd fix #410
Comments
I didn't notice this issue at first, but I made a PR which fixes this (albeit in a different way): #418. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi people,
I just found an error in the json color scheme.
If the json value is an object and the opening brace of the object begins on next line after the colon, then the next key value pairs will be treated as String / value and not as FieldName / key.
Json.xshd:
This is the fix for the bug, but I am not allowed to create a new branch / pull request :(
We would like to use this control in our app. But therefor the color scheme should be corrected :)
I hope to hear from you :)
Thank you very much!
Partial style with fixes:
The text was updated successfully, but these errors were encountered: