EdcForm.js 314 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 ace.define("ace/snippets/EdcForm", ["require", "exports", "module"], function (require, exports, module) { 'use strict'; /** * 格式如下: * #注释\n\ * snippet 关键字\n\ * tab键输出内容\n\ 令换行需要保持至少一个tab的间距 */ exports.snippetText = function () { }; });