28 lines
754 B
Plaintext
28 lines
754 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"
|
|
puts factor_eval(STDIN.read)</string>
|
|
<key>fallbackInput</key>
|
|
<string>line</string>
|
|
<key>input</key>
|
|
<string>selection</string>
|
|
<key>keyEquivalent</key>
|
|
<string>^E</string>
|
|
<key>name</key>
|
|
<string>Eval Selection</string>
|
|
<key>output</key>
|
|
<string>replaceSelectedText</string>
|
|
<key>scope</key>
|
|
<string>source.factor</string>
|
|
<key>uuid</key>
|
|
<string>8E01DDAF-959B-4237-ADB9-C133A4ACCE90</string>
|
|
</dict>
|
|
</plist>
|