mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-13 07:11:14 +01:00
5583db5528
* Added PostgreSQL * Added SQL library * Added show password * Performance Improvements * Updated active files module * Updated cursor tracking * Updated settings module
8 lines
No EOL
471 B
JavaScript
Executable file
8 lines
No EOL
471 B
JavaScript
Executable file
define("ace/snippets/redshift",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="redshift"}); (function() {
|
|
window.require(["ace/snippets/redshift"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|