mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-11 21:42:19 +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);
|
oop.inherits(Mode, TextMode);
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
this.type = "text";
|
||||||
|
|
||||||
this.lineCommentStart = "%";
|
this.lineCommentStart = "%";
|
||||||
|
|
||||||
}).call(Mode.prototype);
|
}).call(Mode.prototype);
|
||||||
|
|
Loading…
Reference in a new issue