vimrc/sources_non_forked/vim-snippets/UltiSnips/supercollider.snippets

11 lines
142 B
Text
Raw Normal View History

2015-12-08 13:20:04 +00:00
snippet for
for (${1:1}, ${2:10}) {${3: |i}|}
$0
}
endsnippet
snippet sdef
SynthDef(\\${1:synthName}, {${2: |${3:x}|}
2017-02-11 13:01:38 +00:00
$0
2015-12-08 13:20:04 +00:00
}).add;
endsnippet