Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
add tmPreferences for toggling of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anlutro committed Mar 21, 2015
1 parent 22ae6e3 commit c933e1f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions SLS.tmPreferences
@@ -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>Salt State (SLS)</string>
<key>uuid</key>
<string>CABCF90B-1B3C-43E2-BF09-3FFC271DCCD6</string>
<key>scope</key>
<string>source.sls</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 c933e1f

Please sign in to comment.