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

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/sublime-text-2.xml

Issue 211713002: Issue 17775. Semantic highlighting for function type alias. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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: editor/tools/plugins/com.google.dart.tools.deploy/themes/sublime-text-2.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/themes/sublime-text-2.xml b/editor/tools/plugins/com.google.dart.tools.deploy/themes/sublime-text-2.xml
index 324177e1b616534a08f13f134fcb0c94ac87dca9..1577367f94d9e5f5a437528d69c939fa3968f113 100644
--- a/editor/tools/plugins/com.google.dart.tools.deploy/themes/sublime-text-2.xml
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/themes/sublime-text-2.xml
@@ -20,6 +20,7 @@
<findScope color="#000000" />
<foreground color="#CFBFAD" />
<function color="#A7EC21" />
+ <functionTypeAlias color="#52E3F6" />
<getter color="#E8E2B7" />
<importPrefix color="#CFBFAD" />
<inheritedMethod color="#BED6FF" />

Powered by Google App Engine
This is Rietveld 408576698