Merge pull request #84 from dfelder/patch-2

Update latex.js
This commit is contained in:
James Allen 2014-07-15 21:26:49 +01:00
commit 3f840a80da

View file

@ -15,6 +15,8 @@ var Mode = function() {
oop.inherits(Mode, TextMode);
(function() {
this.type = "text";
this.lineCommentStart = "%";
}).call(Mode.prototype);