overleaf/services/web/public/js/ace-1.2.5/snippets/latex_beta.js
Brian Gough 6e8ee826dc update latex syntax checker to include mathmode
from our ace commit 21dde1e5f104b02e19534e56d7eb2dbd3a950db9

provide it as a beta release first
2016-12-12 10:10:49 +00:00

7 lines
183 B
JavaScript

ace.define("ace/snippets/latex_beta",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText =undefined;
exports.scope = "latex";
});