Skip to content

Commit

Permalink
added support for block comments
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 5, 2013
1 parent 0496183 commit e815930
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Miscellaneous.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>
</dict>
Expand Down

0 comments on commit e815930

Please sign in to comment.