Skip to content

Commit 684bb78

Browse files
authored
Merge pull request #2448 from jackieh/enhance-syntax-highlighting
Enhance syntax highlighting
2 parents f480534 + d0dd16c commit 684bb78

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/theme/highlight.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
.hljs-variable,
1717
.hljs-template-variable,
1818
.hljs-attribute,
19+
.hljs-attr,
1920
.hljs-tag,
2021
.hljs-name,
2122
.hljs-regexp,

src/theme/tomorrow-night.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/* Tomorrow Red */
1212
.hljs-variable,
1313
.hljs-attribute,
14+
.hljs-attr,
1415
.hljs-tag,
1516
.hljs-regexp,
1617
.ruby .hljs-constant,
@@ -54,6 +55,7 @@
5455

5556
/* Tomorrow Aqua */
5657
.hljs-title,
58+
.hljs-section,
5759
.css .hljs-hexcolor {
5860
color: #8abeb7;
5961
}

0 commit comments

Comments
 (0)