UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

10 lines (6 loc) 186 B
var Highlight = require("./ker/com/x-code/highlight").parseCode; var code = "var"; var result = Highlight( code, 'js', { Tree: require("./lib/htmltree") } ); console.log( result );