/misc/Factor.tmbundle/Commands/Edit Word Docs.tmCommand
http://github.com/abeaumont/factor · Unknown · 32 lines · 30 code · 2 blank · 0 comment · 0 complexity · 89f907086d0c2fa643d3a299a87988b2 MD5 · raw file
- <?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
- word = line_current_word(ENV["TM_CURRENT_LINE"], ENV["TM_LINE_INDEX"].to_i)
- puts factor_eval(%Q(#{doc_using_statements(doc)} USING: help.topics editors ;\n \\ #{word} >link edit))</string>
- <key>fallbackInput</key>
- <string>word</string>
- <key>input</key>
- <string>document</string>
- <key>keyEquivalent</key>
- <string>@D</string>
- <key>name</key>
- <string>Edit Word Docs</string>
- <key>output</key>
- <string>discard</string>
- <key>scope</key>
- <string>source.factor</string>
- <key>uuid</key>
- <string>D95A617C-E1C6-44DA-9126-04171CB21299</string>
- </dict>
- </plist>