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

17 lines
484 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-x;$0</string>
<key>name</key>
<string>background-repeat: repeat-x</string>
<key>scope</key>
<string>source.css</string>
<key>tabTrigger</key>
<string>bgr</string>
<key>uuid</key>
<string>4324CE08-CF1A-4546-A970-B9D83E0629CA</string>
</dict>
</plist>