src/myams/resources/js/ext/ace/snippets/csound_document.min.js
changeset 0 f05d7aea098a
child 5 c9c69b13d884
equal deleted inserted replaced
-1:000000000000 0:f05d7aea098a
       
     1 ace.define("ace/snippets/csound_document",["require","exports","module"],function(e,n,t){"use strict";n.snippetText="# <CsoundSynthesizer>\nsnippet synth\n\t<CsoundSynthesizer>\n\t<CsInstruments>\n\t${1}\n\t</CsInstruments>\n\t<CsScore>\n\te\n\t</CsScore>\n\t</CsoundSynthesizer>\n",n.scope="csound_document"}),ace.require(["ace/snippets/csound_document"],function(e){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=e)});