The default class names generated by highlight; keyword, comment etc; don't match those generated by lessc when compiling up a theme. We should change the default "scopePrefix" in highlights.js to "syntax--" e.g. ``` if (this.scopePrefix == null) { this.scopePrefix = 'syntax--'; } ```
The default class names generated by highlight; keyword, comment etc; don't match those generated by lessc when compiling up a theme.
We should change the default "scopePrefix" in highlights.js to "syntax--" e.g.