Skip to content

Commit

Permalink
Implemented comment toogle.
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Jul 27, 2020
1 parent c35b6a2 commit dc0389f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.ledger</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 dc0389f

Please sign in to comment.