mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
17 lines
567 B
Plaintext
17 lines
567 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_EXPR}f.check_box :${1:attribute}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}</string>
|
|
<key>name</key>
|
|
<string>form_for check_box</string>
|
|
<key>scope</key>
|
|
<string>text.html.ruby, text.haml</string>
|
|
<key>tabTrigger</key>
|
|
<string>ffcb</string>
|
|
<key>uuid</key>
|
|
<string>F0DB6886-4FFE-45BA-907F-44326AD8142D</string>
|
|
</dict>
|
|
</plist>
|