mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
23 lines
644 B
Plaintext
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>
|