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
Looking through the lints descriptions on https://rust-lang.github.io/rust-clippy/master/index.html I’ve noticed some inconsistent highlighting… e.g. very clearly in the Example here:
Example
Looking at the html, it seems the upper code example was highlighted as “SCSS” somehow?
Searching the full page shows this happening quite a few times, i.e. in multiple places.
My best guess would be: Maybe these code examples just run on highlight.js’s language autodetection?
highlight.js
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Looking through the lints descriptions on https://rust-lang.github.io/rust-clippy/master/index.html I’ve noticed some inconsistent highlighting… e.g. very clearly in the
Example
here:Looking at the html, it seems the upper code example was highlighted as “SCSS” somehow?
Searching the full page shows this happening quite a few times, i.e. in multiple places.
My best guess would be: Maybe these code examples just run on
highlight.js
’s language autodetection?The text was updated successfully, but these errors were encountered: