Skip to content

Commit

Permalink
Include some missing snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
kneath committed Sep 20, 2010
1 parent 9e2bef0 commit 3d67bfb
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Kyle's Stuff.tmbundle/Snippets/Comment Heading.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>bundleUUID</key>
<string>4675F24E-6227-11D9-BFB1-000D93589AF6</string>
<key>content</key>
<string>/*----------------------------------------------------------------------------
@group ${TM_SELECTED_TEXT:$TM_CURRENT_WORD}
----------------------------------------------------------------------------*/
$0
/* @end */</string>
<key>keyEquivalent</key>
<string>@H</string>
<key>name</key>
<string>Comment Heading</string>
<key>scope</key>
<string>source.css</string>
<key>uuid</key>
<string>9CC49742-D54F-488D-BB0E-C95FFF06A57D</string>
</dict>
</plist>
46 changes: 46 additions & 0 deletions Kyle's Stuff.tmbundle/Snippets/Reset Styles.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?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>bundleUUID</key>
<string>4675F24E-6227-11D9-BFB1-000D93589AF6</string>
<key>content</key>
<string>/*----------------------------------------------------------------------------
@group Global Reset
----------------------------------------------------------------------------*/
* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
.access{ display:none; } /* For accessibility related elements */
.clear{ clear:both; height:0px; font-size:0px; line-height:0px; overflow:hidden; }
a{ outline:none; }
a img{ border:none; }
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display:inline-block;}
.clearfix {display: block;}
/* @end */</string>
<key>name</key>
<string>Reset Styles</string>
<key>scope</key>
<string>source.css</string>
<key>tabTrigger</key>
<string>reset</string>
<key>uuid</key>
<string>36255D99-CEE7-49D5-948C-6365F8D2625B</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Kyle's Stuff.tmbundle/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<string>Kyle's Stuff</string>
<key>ordering</key>
<array>
<string>36255D99-CEE7-49D5-948C-6365F8D2625B</string>
<string>9CC49742-D54F-488D-BB0E-C95FFF06A57D</string>
<string>1291F8B1-087F-4B86-A9DB-CC3518969F40</string>
<string>A042F246-CB14-4D15-BEE0-9FB1162386CE</string>
<string>E0A9D091-F0B5-4ED1-AECF-6A47E409A270</string>
Expand Down

0 comments on commit 3d67bfb

Please sign in to comment.