mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-10-27 16:26:36 +01:00
Initial commit for v2.4.3
This commit is contained in:
17
static/filemanager/js/ace/snippets/csound_document.js
Executable file
17
static/filemanager/js/ace/snippets/csound_document.js
Executable file
@@ -0,0 +1,17 @@
|
||||
ace.define("ace/snippets/csound_document",["require","exports","module"], function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
exports.snippetText = "# <CsoundSynthesizer>\n\
|
||||
snippet synth\n\
|
||||
<CsoundSynthesizer>\n\
|
||||
<CsInstruments>\n\
|
||||
${1}\n\
|
||||
</CsInstruments>\n\
|
||||
<CsScore>\n\
|
||||
e\n\
|
||||
</CsScore>\n\
|
||||
</CsoundSynthesizer>\n\
|
||||
";
|
||||
exports.scope = "csound_document";
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user