csound_document.js 642 B

123456789
  1. 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"});
  2. (function() {
  3. window.require(["ace/snippets/csound_document"], function(m) {
  4. if (typeof module == "object" && typeof exports == "object" && module) {
  5. module.exports = m;
  6. }
  7. });
  8. })();