Skip to content

Commit

Permalink
Add Comments TextMate Preferences (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
SalGnt authored Jun 5, 2021
1 parent 21affa6 commit 0cfaeca
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Preferences/Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.viml</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>
<key>uuid</key>
<string>47f22c0d-eb2b-4a4a-9d7c-a9fca3645da4</string>
</dict>
</plist>

0 comments on commit 0cfaeca

Please sign in to comment.