Skip to content

Commit

Permalink
Adding file to make comments toggle work with MEL
Browse files Browse the repository at this point in the history
  • Loading branch information
juggernate committed Feb 5, 2013
1 parent f8112de commit 3d2cc2e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Comments.tmPreferences
@@ -0,0 +1,36 @@
<?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>Comments</string>
<key>scope</key>
<string>source.mel</string>
<key>settings</key>
<dict>
<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>
</dict>
<key>uuid</key>
<string>FBA964F9-EA31-44D1-A5FD-AE8AB3FF8954</string>
</dict>
</plist>

0 comments on commit 3d2cc2e

Please sign in to comment.