1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-01-14 14:31:52 +00:00
S2OJ/web/js/ace-editor/snippets/autohotkey.js

8 lines
335 B
JavaScript

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