Skip to content

Commit

Permalink
clean up comments spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Nov 26, 2018
1 parent b048ae6 commit 8a0f75a
Showing 1 changed file with 36 additions and 39 deletions.
75 changes: 36 additions & 39 deletions Preferences/Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -1,42 +1,39 @@
<?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.sass, source.scss</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>6486B060-82BB-11E2-9E96-0800200C9A66</string>
</dict>
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.sass, source.scss</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>
</dict>
</plist>

0 comments on commit 8a0f75a

Please sign in to comment.