mirror of
https://github.com/amix/vimrc
synced 2024-12-23 18:33:08 +00:00
11 lines
144 B
Text
11 lines
144 B
Text
|
snippet for
|
||
|
for (${1:1}, ${2:10}) {${3: |i}|}
|
||
|
$0
|
||
|
}
|
||
|
endsnippet
|
||
|
snippet sdef
|
||
|
SynthDef(\\${1:synthName}, {${2: |${3:x}|}
|
||
|
${0}
|
||
|
}).add;
|
||
|
endsnippet
|