summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CodeEditor/modules/ace/snippets/autohotkey.js
blob: 61c8ad4e79388733b4c655f2f8d950275c86030b (plain)
1
2
3
4
5
6
7
ace.define("ace/snippets/autohotkey",["require","exports","module"], function(require, exports, module) {
"use strict";

exports.snippetText =undefined;
exports.scope = "autohotkey";

});