antosdk-apps/ACECore/core/snippets/batchfile.js
2021-04-21 11:37:58 +02:00

8 lines
334 B
JavaScript

; (function() {
ace.require(["ace/snippets/batchfile"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();