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

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/rainbow.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/rainbow.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/themes/rainbow.xml b/editor/tools/plugins/com.google.dart.tools.deploy/themes/rainbow.xml
index 08ef32c6bfa68f20e20a33d08ec179231a144afb..f939836afef7ec2f1cac308b9693aeb8c366258c 100644
--- a/editor/tools/plugins/com.google.dart.tools.deploy/themes/rainbow.xml
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/themes/rainbow.xml
@@ -20,6 +20,7 @@
<findScope color="#FF00FF" />
<foreground color="#FFFFFF" />
<function color="#FF9451" />
+ <functionTypeAlias color="#53C6EB" bold="true" />
<getter color="#E8E2B7" />
<importPrefix color="#CFBFAD" />
<inheritedMethod color="#BED6FF" />

Powered by Google App Engine
This is Rietveld 408576698