mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:40:05 +08:00
11 lines
142 B
Plaintext
Vendored
11 lines
142 B
Plaintext
Vendored
snippet for
|
|
for (${1:1}, ${2:10}) {${3: |i}|}
|
|
$0
|
|
}
|
|
endsnippet
|
|
snippet sdef
|
|
SynthDef(\\${1:synthName}, {${2: |${3:x}|}
|
|
$0
|
|
}).add;
|
|
endsnippet
|