Merge pull request #2048 from dfelder/patch-1

Update latex.js
This commit is contained in:
Harutyun Amirjanyan 2014-07-15 14:25:18 +04:00
commit 3b85ddfa05

View file

@ -14,6 +14,8 @@ var Mode = function() {
oop.inherits(Mode, TextMode);
(function() {
this.type = "text";
this.lineCommentStart = "%";
this.$id = "ace/mode/latex";