Skip to content

Commit 10697ac

Browse files
authored
Disable err class in syntax highlighting
`'a` is always highlighted as an error (unmatched quote); until this is fixed, disable error highlighting.
1 parent a8c1095 commit 10697ac

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)