StructuredJS Pretty Display

A pretty HTML display for structured.js structures that nicely displays blanks (_ characters) and up to seven variables ($someText), with syntax highlighting for the remaining Javascript code.

To match code using StructuredJS, go to the main demo.

Structure Pretty
$foo = fn(_); if (_) { _ += _; for (var $a = _; $a < $b; $a += _) { rect($a, $b, 30, 30); _(); } $foo = $bar($baz + _); $bar($foo); }
The pretty code goes here.