Skip to content

Commit

Permalink
Merge pull request #3 from mf-corey/patch-1
Browse files Browse the repository at this point in the history
Add a Comments.tmPreferences file so that native 'Toggle Comment' works
  • Loading branch information
gburiola authored Feb 20, 2019
2 parents 80775c6 + 2ae84ea commit 5bc444e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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.jsonnet</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 5bc444e

Please sign in to comment.