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

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

Issue 10831139: Added support for Added support for keywords 'implements', 'extends', 'factory', and 'String' in th… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/textmate/Dart.tmbundle/Syntaxes/Dart.textmate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage
diff --git a/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage b/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage
index a65668288de4c3d81b127234e8b5df4b8927587d..41e271ca1df23fa353976ea230c0d416feade4fa 100644
--- a/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage
+++ b/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage
@@ -256,13 +256,13 @@
</dict>
<dict>
<key>match</key>
- <string>\b(static|final|native|abstract|const|class|interface|get|set|operator|external)\b</string>
+ <string>\b(static|final|native|abstract|const|class|interface|get|set|operator|external|implements|extends|factory)\b</string>
<key>name</key>
<string>storage.modifier.dart</string>
</dict>
<dict>
<key>match</key>
- <string>\b(?:void|bool|num|int|double|Dynamic|var)\b</string>
+ <string>\b(?:void|bool|num|int|double|Dynamic|var|String)\b</string>
<key>name</key>
<string>storage.type.primitive.dart</string>
</dict>
« no previous file with comments | « tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.textmate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698