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

Highlight escape sequences in object keys #44

Closed
staticshock opened this issue Jan 8, 2015 · 0 comments · Fixed by #47
Closed

Highlight escape sequences in object keys #44

staticshock opened this issue Jan 8, 2015 · 0 comments · Fixed by #47

Comments

@staticshock
Copy link

Sample file:

{
    "a\nb\nc": "foo"
}

In the sample above, :setf javascript renders the \n using a color that differs from the surrounding string, indicating that it is an escape sequence, and not a literal '' followed by a literal 'n'. With :setf json, however, keys are always rendered using one color, hiding the fact that an escape sequence is being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant