mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge branch 'master' into master-redesign
Conflicts: public/js/ace/mode/latex.js
This commit is contained in:
commit
24f140ed8b
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ var Mode = function() {
|
|||
oop.inherits(Mode, TextMode);
|
||||
|
||||
(function() {
|
||||
this.type = "text";
|
||||
this.lineCommentStart = "%";
|
||||
|
||||
this.$id = "ace/mode/latex";
|
||||
|
|
Loading…
Reference in a new issue