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

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

Issue 10836068: Added syntax highlighting support for the get, set, and operator keywords in Textmate. (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 | « no previous file | 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 12a4d0d2c10ab26c4b5728b32cb52a073f9fa4e3..7c3e76fe58ad080bbe26bbc755e7633f7fe03ef0 100644
--- a/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage
+++ b/tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage
@@ -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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698