mirror of
https://github.com/kennethreitz-archive/DummyImage.tmBundle.git
synced 2026-06-16 21:30:58 +00:00
17 lines
548 B
Plaintext
17 lines
548 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><img src="${1:http://dummyimage.com/}${2:$TM_SELECTED_TEXT}/" alt="${3:Placeholder Image}" /></string>
|
|
<key>keyEquivalent</key>
|
|
<string>@I</string>
|
|
<key>name</key>
|
|
<string>Convert to DummyImage</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>uuid</key>
|
|
<string>CACAFF74-6F9A-4247-9221-7DE68B540FDC</string>
|
|
</dict>
|
|
</plist>
|