32 lines
		
	
	
		
			914 B
		
	
	
	
		
			Plaintext
		
	
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			914 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>bundleUUID</key> | ||
|  | 	<string>8061D2F3-B603-411D-AFFE-61784A07906D</string> | ||
|  | 	<key>command</key> | ||
|  | 	<string>#!/usr/bin/env ruby | ||
|  | 
 | ||
|  | require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor" | ||
|  | 
 | ||
|  | doc = STDIN.read | ||
|  | puts factor_run(%Q(#{doc_using_statements(doc)} USE: tools.walker\n [ #{ENV["TM_SELECTED_TEXT"]} ] walk))</string> | ||
|  | 	<key>fallbackInput</key> | ||
|  | 	<string>word</string> | ||
|  | 	<key>input</key> | ||
|  | 	<string>document</string> | ||
|  | 	<key>keyEquivalent</key> | ||
|  | 	<string>^w</string> | ||
|  | 	<key>name</key> | ||
|  | 	<string>Walk Selection</string> | ||
|  | 	<key>output</key> | ||
|  | 	<string>discard</string> | ||
|  | 	<key>scope</key> | ||
|  | 	<string>source.factor</string> | ||
|  | 	<key>uuid</key> | ||
|  | 	<string>57C2BAAC-0474-404F-AA91-DFD02EC2A3ED</string> | ||
|  | </dict> | ||
|  | </plist> |