mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
20 lines
592 B
Plaintext
20 lines
592 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>opts.on( "-${1:o}", "--${2:long-option-name}"${3/^\s*$|(.*\S.*)/(?1:, )/}${3:String},
|
|
"${4:Option description.}" ) do |${6:opt}|
|
|
$0
|
|
end</string>
|
|
<key>name</key>
|
|
<string>option(..)</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>tabTrigger</key>
|
|
<string>opt</string>
|
|
<key>uuid</key>
|
|
<string>209D5D73-7A77-4931-A158-3FB6D5B48A88</string>
|
|
</dict>
|
|
</plist>
|