html_elixir.js 491 B

123456789101112131415
  1. ace.define("ace/snippets/html_elixir",[], function(require, exports, module) {
  2. "use strict";
  3. exports.snippetText = "";
  4. exports.scope = "html_elixir";
  5. });
  6. (function() {
  7. ace.require(["ace/snippets/html_elixir"], function(m) {
  8. if (typeof module == "object" && typeof exports == "object" && module) {
  9. module.exports = m;
  10. }
  11. });
  12. })();