Skip to content

Commit

Permalink
Added comment blocks shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Williams committed Apr 8, 2013
1 parent 7dc1022 commit 127e306
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Preferences/Comments.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
<key>value</key>
<string>// </string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_START_2</string>
<key>value</key>
<string>/* </string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_END_2</string>
<key>value</key>
<string> */</string>
</dict>
</array>
</dict>
<key>uuid</key>
Expand Down

0 comments on commit 127e306

Please sign in to comment.