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

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

Issue 10829172: Textmate dart bundle updates (more keywords and some reorg). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
===================================================================
--- tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage (revision 10238)
+++ tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage (working copy)
@@ -196,6 +196,12 @@
</dict>
<dict>
<key>match</key>
+ <string>\b(abstract|class|extends|external|factory|implements|interface|get|native|operator|set|typedef)\b</string>
+ <key>name</key>
+ <string>keyword.declaration.dart</string>
+ </dict>
+ <dict>
+ <key>match</key>
<string>\b(is\!?)\b</string>
<key>name</key>
<string>keyword.operator.dart</string>
@@ -256,13 +262,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|const)\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