Fixed invalid token highlighting in ACE editor

This commit is contained in:
benweet 2013-11-21 00:14:10 +00:00
parent b559595ec2
commit 05c5235d33

View File

@ -1027,6 +1027,11 @@ ul,ol {
background-color: @code-bg;
}
.ace_invalid {
color: inherit;
background: inherit;
}
.ace_strong {
font-weight: bold;
}