| Index: tools/utils/textmate/Dart.tmbundle/Preferences/Comments.tmPreferences
|
| diff --git a/tools/utils/textmate/Dart.tmbundle/Preferences/Comments.tmPreferences b/tools/utils/textmate/Dart.tmbundle/Preferences/Comments.tmPreferences
|
| deleted file mode 100644
|
| index 3a59794db5e5e297b1eae35373a2ac611e499837..0000000000000000000000000000000000000000
|
| --- a/tools/utils/textmate/Dart.tmbundle/Preferences/Comments.tmPreferences
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<?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>dart.source</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>
|
| - </array>
|
| - </dict>
|
| - <key>uuid</key>
|
| - <string>A6CB02E3-15E3-4CDB-B63D-FCC95A26370C</string>
|
| -</dict>
|
| -</plist>
|
|
|