add id to all modes
This commit is contained in:
parent
84bc9b25de
commit
a0ab8baa56
99 changed files with 121 additions and 5 deletions
|
|
@ -18,6 +18,7 @@ oop.inherits(Mode, JavaScriptMode);
|
|||
return null;
|
||||
};
|
||||
|
||||
this.$id = "ace/mode/java";
|
||||
}).call(Mode.prototype);
|
||||
|
||||
exports.Mode = Mode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue