update ACE html editor to latest

This commit is contained in:
Kyle Drake 2022-11-06 11:11:20 -06:00
parent 2f18163579
commit 8052844640
443 changed files with 906 additions and 705 deletions

View file

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