2024-10-10
This commit is contained in:
10
web/ace/mode-text.js
Normal file
10
web/ace/mode-text.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
;
|
||||
(function() {
|
||||
ace.require(["ace/mode/text"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user