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

17 lines
481 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: repeat;$0</string>
<key>name</key>
<string>background-repeat: repeat</string>
<key>scope</key>
<string>source.css</string>
<key>tabTrigger</key>
<string>bgrr</string>
<key>uuid</key>
<string>75C4B9CA-DA11-4E90-B6E9-39C9770E4658</string>
</dict>
</plist>