cloudcmd/lib/client/edit/snippets/powershell.js
2013-11-27 12:47:22 +00:00

7 lines
173 B
JavaScript

ace.define('ace/snippets/powershell', ['require', 'exports', 'module' ], function(require, exports, module) {
exports.snippetText = "";
exports.scope = "powershell";
});