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
Java syntax broken highlight #6476
Comments
This looks to be an issue with Chroma and I would appreciate if you could create and issue at https://github.com/alecthomas/chroma/issues which is closer to where it needs to be fixed. |
bep is right: I was able to reproduce the issue with the
@RichyHBM, I should have let you do the honour, but I got intrigued by this issue that I went ahead and filed this bug at alecthomas/chroma#297, hence this note to you to avoid duplication of work. Cheers! |
to fix Java syntax highlighting Fixes gohugoio#6476
Special thanks to upstream author of Chroma for another amazing speedy fix alecthomas/chroma@3aaf3e5 (in mere 20 minutes of receiving the report):
Wow, and Chroma v0.6.9 with the fix has just been released too! Woohoo! |
Wowza, great work guys, very speedy!! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What version of Hugo are you using (
hugo version
)?Hugo Static Site Generator v0.59.1-D5DAB232 windows/amd64 BuildDate: 2019-10-31T15:22:43Z
Does this issue reproduce with the latest release?
Yes
I am using chroma, or the default in hugo and noticed that upgrading from 0.54 to 0.59.1 has broken highlighting java code.
Here is a before and after of the code I am referring to:
Before: 0.54

After: 0.59.1

The text was updated successfully, but these errors were encountered: