commit
3b85ddfa05
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ var Mode = function() {
|
|||
oop.inherits(Mode, TextMode);
|
||||
|
||||
(function() {
|
||||
this.type = "text";
|
||||
|
||||
this.lineCommentStart = "%";
|
||||
|
||||
this.$id = "ace/mode/latex";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue