overleaf/services/web/public/js/ace/snippets/powershell.js
2014-02-12 10:23:40 +00:00

7 lines
168 B
JavaScript
Executable file

define(function(require, exports, module) {
"use strict";
exports.snippetText = require("../requirejs/text!./powershell.snippets");
exports.scope = "powershell";
});