diff --git a/ace/index.html b/ace/index.html new file mode 100644 index 0000000..60b4c59 --- /dev/null +++ b/ace/index.html @@ -0,0 +1,29 @@ + + + +ACE in Action + + + + +
function foo(items) { + var x = "All this is syntax highlighted"; + return x; +}
+ + + + + \ No newline at end of file