diff options
Diffstat (limited to 'htdocs/js/ace/snippets/csound_document.js')
-rw-r--r-- | htdocs/js/ace/snippets/csound_document.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/js/ace/snippets/csound_document.js b/htdocs/js/ace/snippets/csound_document.js new file mode 100644 index 0000000..347e850 --- /dev/null +++ b/htdocs/js/ace/snippets/csound_document.js @@ -0,0 +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"})
\ No newline at end of file |