mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-11 16:24:42 +00:00
Update latex.js
Temporary fix. I proposed the same change to the official repo.
This commit is contained in:
parent
2553f51e44
commit
6015788e41
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ var Mode = function() {
|
|||
oop.inherits(Mode, TextMode);
|
||||
|
||||
(function() {
|
||||
this.type = "text";
|
||||
|
||||
this.lineCommentStart = "%";
|
||||
|
||||
}).call(Mode.prototype);
|
||||
|
|
Loading…
Reference in a new issue