-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 highlighter mistake #1204
Comments
Thanks for reporting. It should be fixed now. It will be in next release. |
Excellent, thanks so much for the quick fix 👌 Would that be |
Yes, it's |
Awesome! That fixed it: https://transloadit.com/demos/video-encoding/encode-for-ipad/ :tada: :smile:
…--
Kevin van Zonneveld (kvz.io)
Co-founder at Transloadit (transloadit.com)
Core-author of tus (tus.io)
On 5 November 2017 at 17:41:16, Golmote ***@***.***) wrote:
Yes, it's `1.8.4`. I just released it now.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#1204 (comment)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks so much for Prism, we're loving it at Transloadit.
Think I may have found a bug in the JSON parser in case that's helpful. It appears to me that when a value contains a colon, it's mistaken for a key.
Here's a screenshot where it gets confused when a value is
:original
And here's the full code used, for convenience:
Using prismjs via npm, version:
1.8.1
which is the latest version at the time of writingThe text was updated successfully, but these errors were encountered: