This commit is contained in:
Ivan Korystin
2019-09-03 12:53:31 +03:00
parent 5191acd5a6
commit 34c093930f
403 changed files with 0 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
ace.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() {
ace.require(["ace/snippets/csound_document"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();