forked from Wavyzz/dolibarr
NEW Upgrade ACE editor to v1.4.6
This commit is contained in:
14
htdocs/includes/ace/src/snippets/stylus.js
Normal file
14
htdocs/includes/ace/src/snippets/stylus.js
Normal file
@@ -0,0 +1,14 @@
|
||||
define("ace/snippets/stylus",["require","exports","module"], function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
exports.snippetText =undefined;
|
||||
exports.scope = "stylus";
|
||||
|
||||
}); (function() {
|
||||
window.require(["ace/snippets/stylus"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user