S2OJ/web/js/ace-editor/snippets/gitignore.js

8 lines
334 B
JavaScript
Raw Normal View History

2023-01-30 10:47:44 +00:00
; (function() {
ace.require(["ace/snippets/gitignore"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();