31 lines
		
	
	
		
			884 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			884 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>#!/usr/bin/env ruby
 | |
| 
 | |
| require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor"
 | |
| 
 | |
| doc = STDIN.read
 | |
| word = line_current_word(ENV["TM_CURRENT_LINE"], ENV["TM_LINE_INDEX"].to_i)
 | |
| factor_run(%Q(#{doc_using_statements(doc)} USE: help\n \\ #{word} help))</string>
 | |
| 	<key>fallbackInput</key>
 | |
| 	<string>word</string>
 | |
| 	<key>input</key>
 | |
| 	<string>document</string>
 | |
| 	<key>keyEquivalent</key>
 | |
| 	<string>^H</string>
 | |
| 	<key>name</key>
 | |
| 	<string>Help for Word</string>
 | |
| 	<key>output</key>
 | |
| 	<string>showAsTooltip</string>
 | |
| 	<key>scope</key>
 | |
| 	<string>source.factor</string>
 | |
| 	<key>uuid</key>
 | |
| 	<string>BC5BE120-734B-40DF-8B6B-5D3243614B27</string>
 | |
| </dict>
 | |
| </plist>
 |