mirror of
https://github.com/atom/atom.git
synced 2026-02-13 16:14:59 -05:00
19 lines
600 B
Plaintext
19 lines
600 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>${TM_RAILS_TEMPLATE_START_RUBY_INLINE}form_for @${1:model} do |f|${TM_RAILS_TEMPLATE_END_RUBY_INLINE}
|
|
$0
|
|
${TM_RAILS_TEMPLATE_END_RUBY_BLOCK}</string>
|
|
<key>name</key>
|
|
<string>form_for</string>
|
|
<key>scope</key>
|
|
<string>text.html.ruby, text.haml</string>
|
|
<key>tabTrigger</key>
|
|
<string>ff</string>
|
|
<key>uuid</key>
|
|
<string>7D99041D-C3B7-4940-AE64-6B1758CDB47C</string>
|
|
</dict>
|
|
</plist>
|