More codemirror syntax highlighting fixes

This commit is contained in:
John O'Nolan 2013-08-19 17:26:09 +02:00
parent a0bb95ffb6
commit fb90751ea6

View File

@ -229,6 +229,9 @@
.cm-comment, .cm-comment,
.cm-quote, .cm-quote,
.cm-variable-2, .cm-variable-2,
.cm-variable-3,
.cm-keyword,
.cm-number,
.cm-atom {color:#000;} .cm-atom {color:#000;}
} }