Skip to content

Commit

Permalink
add margin 0 auto, shortcut to activate sass
Browse files Browse the repository at this point in the history
  • Loading branch information
seaofclouds committed Jul 6, 2008
1 parent c76244b commit ec7b8b4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Snippets/margin: 0 auto.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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>:margin 0 auto</string>
<key>name</key>
<string>margin: 0 auto</string>
<key>scope</key>
<string>source.sass</string>
<key>tabTrigger</key>
<string>m</string>
<key>uuid</key>
<string>CDF7EF70-8C0F-4C43-AB11-34109A461F32</string>
</dict>
</plist>
4 changes: 3 additions & 1 deletion Syntaxes/SASS.tmLanguage
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
Expand All @@ -8,6 +8,8 @@
<string>/\*|^#|^\*|^\b|^\.</string>
<key>foldingStopMarker</key>
<string>\*/|^\s*$</string>
<key>keyEquivalent</key>
<string>^~S</string>
<key>name</key>
<string>SASS</string>
<key>patterns</key>
Expand Down
1 change: 1 addition & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@
<string>3DBEC9BB-F397-4000-BCAE-42A3701BE7BD</string>
<string>F2C32542-8A4D-4DC2-AAAA-FD0D451B2A3D</string>
<string>AD594E9B-0A42-4FFD-8FBB-59867FB0A89B</string>
<string>CDF7EF70-8C0F-4C43-AB11-34109A461F32</string>
<string>E43E6CFE-E68A-4DE2-B3AF-73C370AB2611</string>
<string>799BCC1F-4578-4042-AFE2-F986A07422D4</string>
<string>D8E9DA0A-09DF-4F19-80B7-1292B66A341F</string>
Expand Down

0 comments on commit ec7b8b4

Please sign in to comment.