ACE in Action


function foo(items) {
var x = “All this is syntax highlighted”;
return x;
}