1
0
Fork 0
mirror of synced 2024-09-19 04:32:57 -04:00
ultimate-vim/sources_non_forked/vim-snippets/UltiSnips/supercollider.snippets
2017-02-11 14:01:38 +01:00

10 lines
142 B
Text

snippet for
for (${1:1}, ${2:10}) {${3: |i}|}
$0
}
endsnippet
snippet sdef
SynthDef(\\${1:synthName}, {${2: |${3:x}|}
$0
}).add;
endsnippet