add id to all modes
This commit is contained in:
parent
84bc9b25de
commit
a0ab8baa56
99 changed files with 121 additions and 5 deletions
|
|
@ -107,6 +107,7 @@ oop.inherits(Mode, TextMode);
|
|||
doc.remove(new Range(row, indent.length-tab.length, row, indent.length));
|
||||
};
|
||||
|
||||
this.$id = "ace/mode/python";
|
||||
}).call(Mode.prototype);
|
||||
|
||||
exports.Mode = Mode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue