Skip to content

Commit

Permalink
Add comment settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Dec 12, 2012
1 parent 476af17 commit 2084875
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Preferences/Miscellaneous.tmPreferences
Expand Up @@ -25,6 +25,27 @@
<string>:-\s*$</string>
<key>indentOnPaste</key>
<string>simple</string>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<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>
<key>smartTypingPairs</key>
<array>
<array>
Expand Down

0 comments on commit 2084875

Please sign in to comment.