dotfiles/vim/snippets/vim-snippets/UltiSnips/supercollider.snippets

11 lines
142 B
Plaintext
Raw Normal View History

2018-04-05 13:06:54 +02:00
snippet for
for (${1:1}, ${2:10}) {${3: |i}|}
$0
}
endsnippet
snippet sdef
SynthDef(\\${1:synthName}, {${2: |${3:x}|}
$0
}).add;
endsnippet