Skip to content

Commit

Permalink
Added a couple of HTML comments snippets
Browse files Browse the repository at this point in the history
Signed-off-by: johnmuhl <[email protected]>
  • Loading branch information
rafaelrebolleda authored and johnmuhl committed Oct 18, 2010
1 parent 39875af commit 9651ca6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Snippets/Comment - Section.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?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>&lt;!-- ↓ ${1:Section} ↓ --&gt;
$0
&lt;!-- ↥ END $1 ↥ --&gt;</string>
<key>name</key>
<string>Comment - Section</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>-</string>
<key>uuid</key>
<string>13A82635-CD7A-4EDC-B1BB-306F905DF2BE</string>
</dict>
</plist>
17 changes: 17 additions & 0 deletions Snippets/Comment - Simple.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?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>&lt;!-- $1 --&gt;
$0</string>
<key>name</key>
<string>Comment - Simple</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
<string>-</string>
<key>uuid</key>
<string>067A025E-9E05-493D-A57F-2B563927213D</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@
<string>157E2240-DC62-40C7-8BEE-2EA193E575F4</string>
<string>8415F03D-0CE4-4478-808B-65ED611D5BCD</string>
<string>CEF25D24-ED3B-445E-890E-124984B1C842</string>
<string>067A025E-9E05-493D-A57F-2B563927213D</string>
<string>13A82635-CD7A-4EDC-B1BB-306F905DF2BE</string>
</array>
<key>uuid</key>
<string>79DE1A1A-DCD0-4E2F-B20B-8FEFE97A7270</string>
Expand Down

0 comments on commit 9651ca6

Please sign in to comment.