mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 14:26:38 +00:00
commit
3f840a80da
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