mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
18 lines
547 B
Plaintext
18 lines
547 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>${1:map}.catch_all "*${2:anything}", :controller => "${3:default}", :action => "${4:error}"
|
|
</string>
|
|
<key>name</key>
|
|
<string>map.catch_all</string>
|
|
<key>scope</key>
|
|
<string>meta.rails.routes</string>
|
|
<key>tabTrigger</key>
|
|
<string>mapca</string>
|
|
<key>uuid</key>
|
|
<string>F3606586-F905-4A91-92CA-82319239221D</string>
|
|
</dict>
|
|
</plist>
|