mirror of
https://github.com/kennethreitz-archive/DummyImage.tmBundle.git
synced 2026-06-05 07:16:14 +00:00
Merge pull request #1 from thomasklemm/master
Snippet extension to include a text displayed on the dummy image
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>content</key>
|
||||
<string>http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}</string>
|
||||
<string>http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}.png&text=${5:Text}</string>
|
||||
<key>name</key>
|
||||
<string>DummyImage Link</string>
|
||||
<key>tabTrigger</key>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>content</key>
|
||||
<string><img src="http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}" width=$1 height=$2 alt="dummmy" /></string>
|
||||
<string><img src="http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}.png&text=${5:Text}" width=$1 height=$2 alt="dummy" /></string>
|
||||
<key>name</key>
|
||||
<string>HTML Dummy Image</string>
|
||||
<key>scope</key>
|
||||
|
||||
Reference in New Issue
Block a user