Skip to content

Commit c58cf14

Browse files
authored
Merge pull request #156 from bluss/patch-1
Disable err class in syntax highlighting
2 parents a8c1095 + 10697ac commit c58cf14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/_syntax-highlighting.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
@extend %vertical-rhythm;
77

88
.c { color: #998; font-style: italic } // Comment
9+
/* Disabled due to false positives
910
.err { color: #a61717; background-color: #e3d2d2 } // Error
11+
*/
1012
.k { font-weight: bold } // Keyword
1113
.o { font-weight: bold } // Operator
1214
.cm { color: #998; font-style: italic } // Comment.Multiline

0 commit comments

Comments
 (0)