Pow highlight
From PlainOldWebserver
When placed anywhere in the code, the code will cease evaluation and show syntax highlighting on the code.
<?sjs
document.writeln("Hello world!");
pow_highlight();
?>
Result:
<?sjs
document.writeln("Hello world!");
pow_highlight();
?>
