1
0
Fork 0
mirror of synced 2024-07-01 13:01:09 -04:00
ultimate-vim/sources_non_forked/vim-snippets/UltiSnips/supercollider.snippets
2021-06-30 12:00:07 -05:00

11 lines
142 B
Plaintext
Executable file

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