overleaf/services/web/public/js/ace/snippets/autohotkey.js

8 lines
188 B
JavaScript
Raw Normal View History

2014-07-16 10:07:18 +00:00
ace.define("ace/snippets/autohotkey",["require","exports","module"], function(require, exports, module) {
2014-02-12 10:23:40 +00:00
"use strict";
2014-07-09 16:59:04 +00:00
exports.snippetText =undefined;
2014-02-12 10:23:40 +00:00
exports.scope = "autohotkey";
});