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

Enhance syntax highlighting #2448

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

jackieh
Copy link
Contributor

@jackieh jackieh commented Oct 17, 2024

Add syntax highlighting for hljs-attr and hljs-section CSS classes, consistent with the Ayu theme.

Fixes #2447

Before:
before

After:
after

Affects syntax highlighting for the following languages: apache, ini, javascript, makefile, markdown, nginx, nix, properties, yaml.

Add syntax highlighting for `hljs-attr` and `hljs-section` CSS classes,
consistent with the Ayu theme.
@rustbot rustbot added the S-waiting-on-review Status: waiting on a review label Oct 17, 2024
Copy link
Contributor

@ehuss ehuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ehuss ehuss added this pull request to the merge queue Oct 22, 2024
Merged via the queue into rust-lang:master with commit 684bb78 Oct 22, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: waiting on a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

INI syntax highlighting not highlighting sections
3 participants