overleaf/services/web/public/js/ace/snippets/html_ruby.js
2014-02-12 10:23:40 +00:00

7 lines
166 B
JavaScript
Executable file

define(function(require, exports, module) {
"use strict";
exports.snippetText = require("../requirejs/text!./html_ruby.snippets");
exports.scope = "html_ruby";
});