Skip to content

Commit

Permalink
Merge pull request #4 from Anon1234/issue-3-fix_commenting
Browse files Browse the repository at this point in the history
Add a metadata file for comments toggling support
  • Loading branch information
skk committed Dec 29, 2015
2 parents 8df6ab9 + c26084d commit 534bdd5
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 534bdd5

Please sign in to comment.