Update latex.js

Most of LaTeX is text. Word wrapping etc. should behave accordingly.
This commit is contained in:
Daniel Felder 2014-07-15 01:38:50 +02:00
commit 0afb5f6da6

View file

@ -14,6 +14,8 @@ var Mode = function() {
oop.inherits(Mode, TextMode);
(function() {
this.type = "text";
this.lineCommentStart = "%";
this.$id = "ace/mode/latex";