also / lead.js

lead.github.io
MIT License
29 stars 8 forks source link

code highlighting in node.js #115

Closed also closed 9 years ago

also commented 11 years ago

ah: https://github.com/marijnh/CodeMirror/blob/master/addon/runmode/runmode.node.js

also commented 11 years ago

otherwise...

jsdom = require("jsdom").jsdom
doc = jsdom("<html><body></body></html>")

global.window = doc.parentWindow
global.document = doc
global.navigator = 'navigator'

require 'codemirror'
console.log window.CodeMirror
also commented 9 years ago

the node.js runtime is no longer a priority