supercollider-tmbundle/Commands/Open Class file.tmCommand

26 lines
692 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>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>require_cmd sc3c
sc3c -j $TM_SELECTED_TEXT</string>
<key>fallbackInput</key>
<string>none</string>
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>@j</string>
<key>name</key>
<string>Open Class file</string>
<key>output</key>
<string>showAsTooltip</string>
<key>scope</key>
<string>source.supercollider</string>
<key>uuid</key>
<string>293C4F9B-E1A4-4D01-83E7-0698112C7FA4</string>
</dict>
</plist>