mirror of
https://github.com/atom/atom.git
synced 2026-02-13 08:04:56 -05:00
17 lines
487 B
Plaintext
17 lines
487 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>wants.${1:js|xml|html}${2: { $0 \}}</string>
|
|
<key>name</key>
|
|
<string>wants.format</string>
|
|
<key>scope</key>
|
|
<string>meta.rails.controller</string>
|
|
<key>tabTrigger</key>
|
|
<string>wants</string>
|
|
<key>uuid</key>
|
|
<string>3F26FDB4-ACF9-4856-9312-6A4D78DC8564</string>
|
|
</dict>
|
|
</plist>
|