Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tools/utils/textmate/Dart.tmbundle/Preferences/Comments.tmPreferences

Issue 11312007: remove text editor plugins, they are now on github (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/utils/elisp/dart-mode.el ('k') | tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « tools/utils/elisp/dart-mode.el ('k') | tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698