Supercollider: for snippets

This commit is contained in:
Louis Pilfold 2015-08-14 14:32:20 +01:00
parent 94698cb2ae
commit c00f373485
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
snippet for
for (${1:1}, ${2:10}) {${3: |i}|}
$0
}
endsnippet

View File

@ -12,3 +12,7 @@ snippet ife
} {
${0}
}
snippet for
for (${1:1}, ${2:10}) { |i|
${0}
}