mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
19 lines
480 B
Plaintext
19 lines
480 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>until ${1:condition}
|
|
$0
|
|
end</string>
|
|
<key>name</key>
|
|
<string>until ... end</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>tabTrigger</key>
|
|
<string>until</string>
|
|
<key>uuid</key>
|
|
<string>488B387C-50C0-4B2D-9260-5A7E7EAF9B42</string>
|
|
</dict>
|
|
</plist>
|