Files
atom/bundles/text.tmbundle/Commands/Sort.plist
Corey Johnson & Nathan Sobo f84f9c5dd2 Add bundles and themes
2012-08-27 13:20:22 -07:00

23 lines
644 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>sort -f</string>
<key>fallbackInput</key>
<string>document</string>
<key>input</key>
<string>selection</string>
<key>keyEquivalent</key>
<string></string>
<key>name</key>
<string>Sort Lines in Document / Selection</string>
<key>output</key>
<string>replaceSelectedText</string>
<key>uuid</key>
<string>273853DF-6E4F-11D9-A18D-000D93589AF6</string>
</dict>
</plist>