Blob of Commands/Go to external gem.tmCommand (raw blob data)

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>beforeRunningCommand</key>
6 <string>nop</string>
7 <key>command</key>
8 <string>#!/usr/bin/env ruby
9 require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/go_to_external.rb"</string>
10 <key>fallbackInput</key>
11 <string>word</string>
12 <key>input</key>
13 <string>document</string>
14 <key>keyEquivalent</key>
15 <string>~G</string>
16 <key>name</key>
17 <string>Go to external gem</string>
18 <key>output</key>
19 <string>showAsTooltip</string>
20 <key>scope</key>
21 <string>source.ruby</string>
22 <key>uuid</key>
23 <string>8A7D2EB1-D0BA-4CA9-87A5-84E380228A32</string>
24 </dict>
25 </plist>