src/pyams_skin/resources/js/ext/ace/snippets/csound_document.js
changeset 557 bca7a7e058a3
equal deleted inserted replaced
-1:000000000000 557:bca7a7e058a3
       
     1 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() {
       
     2                     ace.require(["ace/snippets/csound_document"], function(m) {
       
     3                         if (typeof module == "object" && typeof exports == "object" && module) {
       
     4                             module.exports = m;
       
     5                         }
       
     6                     });
       
     7                 })();
       
     8