We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad4e91 commit 1983027Copy full SHA for 1983027
templates/style/_syntax.scss
@@ -26,3 +26,11 @@ pre > code {
26
27
// Markdown
28
.syntax-heading { color: var(--color-syntax-attribute); font-weight: bold; }
29
+
30
+// YAML
31
+.syntax-yaml .syntax-string { color: var(--color-syntax-string); }
32
+.syntax-yaml .syntax-name { color: var(--color-syntax-foreground); }
33
+// 99% of the time a "boolean" is actually `on` which is really a string
34
+.syntax-yaml .syntax-boolean { color: var(--color-syntax-foreground); }
35
+.syntax-yaml .syntax-punctuation { color: var(--color-syntax-keyword1); }
36
+.syntax-yaml .syntax-comment .syntax-punctuation { color: var(--color-syntax-comment); }
0 commit comments