diff --git a/services/web/public/js/ace/mode/latex.js b/services/web/public/js/ace/mode/latex.js index 6d932a6a85..7c789cc429 100755 --- a/services/web/public/js/ace/mode/latex.js +++ b/services/web/public/js/ace/mode/latex.js @@ -15,6 +15,8 @@ var Mode = function() { oop.inherits(Mode, TextMode); (function() { + this.type = "text"; + this.lineCommentStart = "%"; }).call(Mode.prototype);