1
0
Fork 0
mirror of synced 2024-06-20 07:51:10 -04:00
ultimate-vim/sources_non_forked/vim-snippets/UltiSnips/supercollider.snippets
2022-11-21 23:06:50 +08:00

11 lines
142 B
Plaintext

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