1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2024-12-14 15:00:52 -05:00
overleaf/services/web/public/js/ace-1.2.5/snippets/xml.js

8 lines
174 B
JavaScript
Raw Normal View History

ace.define("ace/snippets/xml",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText =undefined;
exports.scope = "xml";
});