vim-snippets/UltiSnips/supercollider.snippets

11 lines
144 B
Plaintext
Raw Normal View History

2015-08-14 09:32:20 -04:00
snippet for
for (${1:1}, ${2:10}) {${3: |i}|}
$0
}
endsnippet
2015-10-11 06:40:40 -04:00
snippet sdef
SynthDef(\\${1:synthName}, {${2: |${3:x}|}
${0}
}).add;
endsnippet