There are some languages that get highlighted incorrectly. Is it possible to specify a code block that does not have any highlighting when it gets displayed?
Here is an small example of CSS that is getting highlighted as if it was C/C++.
#div.a {
background-color: #000000;
}
.static {
}
