Fixed another CodeMirror syntax highlighting bug

This commit is contained in:
John O'Nolan 2013-08-26 01:44:12 +02:00
parent c75286ffb8
commit 5c9dab8bc1

View File

@ -239,7 +239,8 @@
.cm-comment,
.cm-quote,
.cm-number,
.cm-atom {
.cm-atom,
.cm-tag {
color: #000;
font-weight: bold;
}