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
Describe the issue Types will sometimes not receive any highlighting.
Which language seems to have the issue? Rust
Are you using highlight or highlightAuto? highlight
highlight
highlightAuto
Sample Code to Reproduce
let vec: Vec<isize> = Vec::new(); // ^^^ Not highlighted (The first `Vec` as well as `new` are highlighted) if 100 > i32::MAX {} // ^^^ Not highlighted
https://jsfiddle.net/k7xe4vsz/1/
Expected behavior All types are highlighted.
Additional context I noticed this when trying to upgrade from v9.5.0 to v11.5.1. Prior to the upgrade, both lines were properly highlighted.
The text was updated successfully, but these errors were encountered:
fix(rust) highlight types immediately preceeding ::
::
956e012
Resolves highlightjs#3539.
3e0f336
If you'd like to review the fix...
Sorry, something went wrong.
Thanks for fixing this so quickly! It works perfectly. 🙂
fix(rust) highlight types immediately preceeding :: (#3540)
dd2ae30
Resolves #3539.
Successfully merging a pull request may close this issue.
Describe the issue
Types will sometimes not receive any highlighting.
Which language seems to have the issue?
Rust
Are you using
highlight
orhighlightAuto
?highlight
Sample Code to Reproduce
https://jsfiddle.net/k7xe4vsz/1/
Expected behavior
All types are highlighted.
Additional context
I noticed this when trying to upgrade from v9.5.0 to v11.5.1. Prior to the upgrade, both lines were properly highlighted.
The text was updated successfully, but these errors were encountered: