It doesn't look like the syntax highlighting is working in the latest dev version for D6. Even after patching it with this fix: #1111426: CodeMirror path updated - now lib, was js. Clicking on the "enable" link just jumps the user to the top of the page, but doesn't activate the syntax highlighting.

Comments

joelstein’s picture

Which version of CodeMirror are you using? The D6 version only supports CodeMirror 1 (the D7 version supports CodeMirror 2).

joelstein’s picture

Status: Active » Closed (cannot reproduce)

My guess is that you used CodeMirror 2 with Code per Node 6.x, which won't work. Try using CodeMirror 1, and re-open this issue if you still have problems.