Initial commit
This commit is contained in:
commit
47985c032c
497 changed files with 8697 additions and 0 deletions
8
public/modes/mode-text.js
Normal file
8
public/modes/mode-text.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
; (function() {
|
||||
ace.require(["ace/mode/text"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue