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
Hello, it would be very nice to highlight object keys in different way than string values.
Example:
{ "key": "string value" }
The "key" and "string value" have both the same color.
To implement this it is necessary to detect array and objects correcty -- for now syntax highlight works like simple tokenizer.
This will also allow to highlight missing commas -- see bug #18.
The text was updated successfully, but these errors were encountered:
Ooops... sorry. I reported bug in different repository...
Sorry, something went wrong.
No branches or pull requests
Hello,
it would be very nice to highlight object keys in different way than string values.
Example:
The "key" and "string value" have both the same color.
To implement this it is necessary to detect array and objects correcty -- for now syntax highlight works like simple tokenizer.
This will also allow to highlight missing commas -- see bug #18.
The text was updated successfully, but these errors were encountered: