mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
26 lines
638 B
Plaintext
26 lines
638 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>#!/bin/bash
|
|
|
|
${TM_COFFEE:=coffee} -s
|
|
</string>
|
|
<key>input</key>
|
|
<string>selection</string>
|
|
<key>keyEquivalent</key>
|
|
<string>@R</string>
|
|
<key>name</key>
|
|
<string>Run selected text</string>
|
|
<key>output</key>
|
|
<string>showAsTooltip</string>
|
|
<key>scope</key>
|
|
<string>source.coffee</string>
|
|
<key>uuid</key>
|
|
<string>90424631-D00B-448C-B157-DAC92DFB2858</string>
|
|
</dict>
|
|
</plist>
|