Files
kCSS.tmbundle/Snippets/background-repeat: no-repeat 2.tmSnippet
2009-07-30 20:20:08 -04:00

17 lines
486 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>background-repeat: no-repeat;$0</string>
<key>name</key>
<string>background-repeat: no-repeat</string>
<key>scope</key>
<string>source.css</string>
<key>tabTrigger</key>
<string>bgr</string>
<key>uuid</key>
<string>73E7B1E5-C457-4A97-AE64-E3465773AB66</string>
</dict>
</plist>