revert to ace editor

This commit is contained in:
Kyle Drake 2024-10-02 14:09:38 -05:00
parent 4bd30a97c8
commit 5f0c590ca6
468 changed files with 328190 additions and 244 deletions

View file

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