mirror of
https://github.com/kennethreitz-archive/DummyImage.tmBundle.git
synced 2026-06-05 07:16:14 +00:00
Added basic functionality.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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>dummy image</string>
|
||||
<key>scope</key>
|
||||
<string>text.html</string>
|
||||
<key>uuid</key>
|
||||
<string>CACAFF74-6F9A-4247-9221-7DE68B540FDC</string>
|
||||
</dict>
|
||||
</plist>
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<?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>name</key>
|
||||
<string>Dummy Image</string>
|
||||
<key>ordering</key>
|
||||
<array>
|
||||
<string>CACAFF74-6F9A-4247-9221-7DE68B540FDC</string>
|
||||
</array>
|
||||
<key>uuid</key>
|
||||
<string>63CDCCD5-C2CD-4E73-A3DA-725158110618</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user