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

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

Issue 10829145: User-submitted patch to dart textmate bundle. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
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 | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage
===================================================================
--- dart/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage (revision 10176)
+++ dart/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage (working copy)
@@ -250,7 +250,7 @@
</dict>
<dict>
<key>match</key>
- <string>\b(static|final|native|abstract|const|class|interface)\b</string>
+ <string>\b(static|final|native|abstract|const|class|interface|get|set|operator)\b</string>
<key>name</key>
<string>storage.modifier.dart</string>
</dict>
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698