Add initial ace editor

This commit is contained in:
Timothy Pidashev
2022-01-06 22:27:18 -08:00
parent 73aecb076f
commit 78c96c0aff
428 changed files with 334198 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
; (function() {
ace.require(["ace/snippets/pig"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();