Skip to content

Commit

Permalink
Add a metadata file for comments toggling support
Browse files Browse the repository at this point in the history
  • Loading branch information
Anon1234 committed Dec 29, 2015
1 parent 8df6ab9 commit c26084d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Syntax/Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.i3wm_config</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>
</dict>
</plist>

0 comments on commit c26084d

Please sign in to comment.