Skip to content

Commit

Permalink
add PestComments.tmLanguage to enable comment toggling
Browse files Browse the repository at this point in the history
  • Loading branch information
dten committed Nov 14, 2018
1 parent 7a29d17 commit 3db1a1f
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions PestComment.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?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>Pest Comments</string>
<key>scope</key>
<string>source.pest</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string>// </string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_START_2</string>
<key>value</key>
<string>/* </string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_END_2</string>
<key>value</key>
<string> */</string>
</dict>
<dict>
<key>name</key>
<string>TM_COMMENT_DISABLE_INDENT</string>
<key>value</key>
<string>no</string>
</dict>
</array>
</dict>
<key>uuid</key>
<string>86870310-1aeb-4330-8583-d1671634a3c0</string>
</dict>
</plist>

0 comments on commit 3db1a1f

Please sign in to comment.