Skip to content

Commit

Permalink
Add a Comments.tmPreferences file so that native 'Toggle Comment' works
Browse files Browse the repository at this point in the history
I can't live without mod+/
  • Loading branch information
mf-corey committed Feb 11, 2019
1 parent 80775c6 commit 2ae84ea
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 2ae84ea

Please sign in to comment.