Comments.tmPreferences (482B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <plist version="1.0"> 3 <dict> 4 <key>scope</key> 5 <string>source.makefile</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_DISABLE_INDENT</string> 19 <key>value</key> 20 <string>yes</string> 21 </dict> 22 </array> 23 </dict> 24 </dict> 25 </plist>