| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3a59794db5e5e297b1eae35373a2ac611e499837
|
| --- /dev/null
|
| +++ b/tools/utils/textmate/Dart.tmbundle/Preferences/Comments.tmPreferences
|
| @@ -0,0 +1,36 @@
|
| +<?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>
|
|
|