17 lines
480 B
Plaintext
17 lines
480 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>content</key>
|
|
<string>.get(${1:0}, {|msg| ${2:msg.postln}});</string>
|
|
<key>name</key>
|
|
<string>.get</string>
|
|
<key>scope</key>
|
|
<string>source.supercollider</string>
|
|
<key>tabTrigger</key>
|
|
<string>.get</string>
|
|
<key>uuid</key>
|
|
<string>43E979D3-9639-4DCC-9E57-24A5C72A30F1</string>
|
|
</dict>
|
|
</plist>
|