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

fix(monokai attr & number yaml syntax) #4067

Merged
merged 1 commit into from
Jun 21, 2024
Merged

fix(monokai attr & number yaml syntax) #4067

merged 1 commit into from
Jun 21, 2024

Conversation

Yghore
Copy link
Contributor

@Yghore Yghore commented Jun 20, 2024

Monokai attr & number missing for yaml syntax

Changes

index ef10ef8c..5b28d7bb 100644
--- a/src/styles/monokai.css
+++ b/src/styles/monokai.css
@@ -12,6 +12,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
 .hljs-selector-tag,
 .hljs-literal,
 .hljs-strong,
+.hljs-number,
 .hljs-name {
   color: #f92672;
 }
@@ -21,6 +22,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
 }
 


 .hljs-attribute,
+.hljs-attr,
 .hljs-symbol,
 .hljs-regexp,
 .hljs-link {

DEMO

@joshgoebel joshgoebel merged commit f41067d into highlightjs:main Jun 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants