overleaf/services/web/public/js/ace-1.4.5/snippets/html_elixir.js

15 lines
497 B
JavaScript
Raw Normal View History

ace.define("ace/snippets/html_elixir",[], function(require, exports, module) {
"use strict";
exports.snippetText =undefined;
exports.scope = "html_elixir";
});
(function() {
ace.require(["ace/snippets/html_elixir"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();