add latest ace editor (1.4.7)

This commit is contained in:
Kyle Drake 2019-11-16 11:03:43 -08:00
parent 525065e2f0
commit d827d34f04
405 changed files with 3120 additions and 340 deletions

View file

@ -0,0 +1,8 @@
define("ace/snippets/csound_document",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="# <CsoundSynthesizer>\nsnippet synth\n <CsoundSynthesizer>\n <CsInstruments>\n ${1}\n </CsInstruments>\n <CsScore>\n e\n </CsScore>\n </CsoundSynthesizer>\n",t.scope="csound_document"}); (function() {
window.require(["ace/snippets/csound_document"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();