Skip to content

Commit

Permalink
Merge pull request #3 from rajkiranjoshi/master
Browse files Browse the repository at this point in the history
Support block comments
  • Loading branch information
c3m3gyanesh authored Apr 21, 2019
2 parents d82072f + c83c683 commit 9626bec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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>
</dict>
Expand Down

0 comments on commit 9626bec

Please sign in to comment.