mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
![]() |
snippet for
|
||
|
for (${1:1}, ${2:10}) {${3: |i}|}
|
||
|
$0
|
||
|
}
|
||
|
endsnippet
|
||
|
snippet sdef
|
||
|
SynthDef(\\${1:synthName}, {${2: |${3:x}|}
|
||
|
${0}
|
||
|
}).add;
|
||
|
endsnippet
|