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

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

});