mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
20 lines
494 B
Plaintext
20 lines
494 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>case ${1:object}
|
|
when ${2:condition}
|
|
$0
|
|
end</string>
|
|
<key>name</key>
|
|
<string>case … end</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>tabTrigger</key>
|
|
<string>case</string>
|
|
<key>uuid</key>
|
|
<string>667083EE-62C3-11D9-B8CF-000D93589AF6</string>
|
|
</dict>
|
|
</plist>
|