Update latex.js
Most of LaTeX is text. Word wrapping etc. should behave accordingly.
This commit is contained in:
parent
e9faed1868
commit
0afb5f6da6
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