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

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

});