overleaf/services/web/public/js/ace/snippets/html_ruby.js

8 lines
166 B
JavaScript
Raw Normal View History

2014-02-12 05:23:40 -05:00
define(function(require, exports, module) {
"use strict";
exports.snippetText = require("../requirejs/text!./html_ruby.snippets");
exports.scope = "html_ruby";
});