Skip to content

Commit

Permalink
Merge pull request #1 from Ross-Hunter/add-comments
Browse files Browse the repository at this point in the history
Enables comment toggling
  • Loading branch information
zaynali53 committed Jun 8, 2016
2 parents f094f67 + 18278c3 commit 935b00d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 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>Comment</string>
<key>scope</key>
<string>source.env</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>44fe4156-1fa6-4b0a-a975-0ac1fe95b2e5</string>
</dict>
</plist>

0 comments on commit 935b00d

Please sign in to comment.