Supercollider: Add {} snippet

This commit is contained in:
Louis Pilfold 2015-10-03 10:54:13 +01:00
parent 691c99cc3a
commit 513b297e1d

View File

@ -2,6 +2,10 @@ snippet b
( (
${0} ${0}
) )
snippet {
{
${0}
}
snippet if snippet if
if (${1}) { if (${1}) {
${0} ${0}