html_elixir.js 474 B

123456789
  1. define("ace/snippets/html_elixir",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="",t.scope="html_elixir"});
  2. (function() {
  3. window.require(["ace/snippets/html_elixir"], function(m) {
  4. if (typeof module == "object" && typeof exports == "object" && module) {
  5. module.exports = m;
  6. }
  7. });
  8. })();