mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
30 lines
766 B
Plaintext
30 lines
766 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>autoScrollOutput</key>
|
|
<true/>
|
|
<key>beforeRunningCommand</key>
|
|
<string>nop</string>
|
|
<key>command</key>
|
|
<string>#!/bin/sh
|
|
|
|
export RUBYLIB="$TM_BUNDLE_SUPPORT/RubyMate${RUBYLIB:+:$RUBYLIB}"
|
|
|
|
/usr/bin/env ruby -KU -- "$TM_BUNDLE_SUPPORT/RubyMate/run_script.rb"
|
|
</string>
|
|
<key>input</key>
|
|
<string>document</string>
|
|
<key>keyEquivalent</key>
|
|
<string>@r</string>
|
|
<key>name</key>
|
|
<string>Run</string>
|
|
<key>output</key>
|
|
<string>showAsHTML</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>uuid</key>
|
|
<string>35222962-C50D-4D58-A6AE-71E7AD980BE4</string>
|
|
</dict>
|
|
</plist>
|