mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
21 lines
507 B
Plaintext
21 lines
507 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>content</key>
|
|
<string>include Comparable
|
|
|
|
def <=>(other)
|
|
$0
|
|
end</string>
|
|
<key>name</key>
|
|
<string>include Comparable ..</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>tabTrigger</key>
|
|
<string>Comp</string>
|
|
<key>uuid</key>
|
|
<string>6C9D6B3D-D8E9-4606-9534-577C8D21FFF6</string>
|
|
</dict>
|
|
</plist>
|