From 1bff1cb2d499470e26dc6c26aadf9a0442ab6bd5 Mon Sep 17 00:00:00 2001 From: KaiSD Date: Tue, 3 Sep 2019 11:23:30 +0200 Subject: [PATCH] trying ace editor --- ace/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ace/index.html 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