mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
25 lines
706 B
Plaintext
25 lines
706 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>content</key>
|
|
<string>class ${1:${TM_FILENAME/(?:\A|_)([A-Za-z0-9]+)(?:\.rb)?/(?2::\u$1)/g}} < DelegateClass(${2:ParentClass})
|
|
def initialize${3/(^.*?\S.*)|.*/(?1:\()/}${3:args}${3/(^.*?\S.*)|.*/(?1:\))/}
|
|
super(${4:del_obj})
|
|
|
|
$0
|
|
end
|
|
|
|
|
|
end</string>
|
|
<key>name</key>
|
|
<string>class .. < DelegateClass .. initialize .. end</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>tabTrigger</key>
|
|
<string>cla-</string>
|
|
<key>uuid</key>
|
|
<string>AFE1D078-EA16-45F5-AD8A-FAC1B523D861</string>
|
|
</dict>
|
|
</plist>
|