mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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);
|
oop.inherits(Mode, TextMode);
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
this.type = "text";
|
||||||
this.lineCommentStart = "%";
|
this.lineCommentStart = "%";
|
||||||
|
|
||||||
this.$id = "ace/mode/latex";
|
this.$id = "ace/mode/latex";
|
||||||
|
|
Loading…
Reference in a new issue