Skip to content

Commit

Permalink
Merge pull request #14 from sebm/master
Browse files Browse the repository at this point in the history
Add "Toggle Comments" functionality
  • Loading branch information
tj committed Sep 30, 2011
2 parents 5705f25 + 7aa2bc1 commit f6d4812
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Preferences/Comments.tmPreferences
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>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.jade</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string>//- </string>
</dict>
</array>
</dict>
<key>uuid</key>
<string>D2ABB2E0-EB25-11E0-9572-0800200C9A66</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<string>45F19BDD-2A4D-4848-83D5-E5F1A7FF4726</string>
<string>4E2866A2-7FAE-4980-84E1-0E8AAB7C36FB</string>
<string>FF542D1A-4247-4240-8348-DB30EB477256</string>
<string>D2ABB2E0-EB25-11E0-9572-0800200C9A66</string>
</array>
<key>uuid</key>
<string>93D6D9C3-67F2-4C06-B3B3-BF872579B44F</string>
Expand Down

0 comments on commit f6d4812

Please sign in to comment.