mirror of
https://github.com/hequan2017/seal.git
synced 2026-02-08 12:54:40 +08:00
14 lines
505 B
Python
14 lines
505 B
Python
define("ace/snippets/mysql",["require","exports","module"], function(require, exports, module) {
|
|
"use strict";
|
|
|
|
exports.snippetText =undefined;
|
|
exports.scope = "mysql";
|
|
|
|
}); (function() {
|
|
window.require(["ace/snippets/mysql"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|