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

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

Issue 10831131: Dart textmate bundle updates (support for 'external' and 'as'). (Closed) Base URL: http://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
Index: tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage
===================================================================
--- tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage (revision 10182)
+++ tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage (working copy)
@@ -166,6 +166,12 @@
<array>
<dict>
<key>match</key>
+ <string>\b(as)\b</string>
+ <key>name</key>
+ <string>keyword.cast.dart</string>
+ </dict>
+ <dict>
+ <key>match</key>
<string>\b(try|catch|finally|throw)\b</string>
<key>name</key>
<string>keyword.control.catch-exception.dart</string>
@@ -250,7 +256,7 @@
</dict>
<dict>
<key>match</key>
- <string>\b(static|final|native|abstract|const|class|interface|get|set|operator)\b</string>
+ <string>\b(static|final|native|abstract|const|class|interface|get|set|operator|external)\b</string>
<key>name</key>
<string>storage.modifier.dart</string>
</dict>

Powered by Google App Engine
This is Rietveld 408576698