Comments.tmPreferences (599B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <plist version="1.0"> 3 <dict> 4 <key>scope</key> 5 <string>source.css</string> 6 <key>settings</key> 7 <dict> 8 <key>shellVariables</key> 9 <array> 10 <dict> 11 <key>name</key> 12 <string>TM_COMMENT_START</string> 13 <key>value</key> 14 <string>/*</string> 15 </dict> 16 <dict> 17 <key>name</key> 18 <string>TM_COMMENT_END</string> 19 <key>value</key> 20 <string>*/</string> 21 </dict> 22 <dict> 23 <key>name</key> 24 <string>TM_COMMENT_DISABLE_INDENT</string> 25 <key>value</key> 26 <string>yes</string> 27 </dict> 28 </array> 29 </dict> 30 </dict> 31 </plist>