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

Unified Diff: tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate

Issue 12615002: Remove references to capital-D-Dynamic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
Index: tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate
diff --git a/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate b/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate
index d04d533a71cfe798f2fc0c96faec860ffb51a7ec..adfc7fce9bd2ba8e0e3773b4669f44af6edbf837 100644
--- a/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate
+++ b/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate
@@ -112,7 +112,7 @@
match = '\b(static|final|const)\b';
},
{ name = 'storage.type.primitive.dart';
- match = '\b(?:void|bool|num|int|double|Dynamic|var|String)\b';
+ match = '\b(?:void|bool|num|int|double|dynamic|var|String)\b';
},
);
};

Powered by Google App Engine
This is Rietveld 408576698