mirror of
https://github.com/neocities/neocities.git
synced 2025-05-14 00:17:26 +02:00
add latest ace editor (1.4.7)
This commit is contained in:
parent
525065e2f0
commit
d827d34f04
405 changed files with 3120 additions and 340 deletions
|
@ -1 +1,8 @@
|
|||
define("ace/snippets/pgsql",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="pgsql"})
|
||||
define("ace/snippets/pgsql",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="pgsql"}); (function() {
|
||||
window.require(["ace/snippets/pgsql"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue