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

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/sunburst.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/sunburst.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/themes/sunburst.xml b/editor/tools/plugins/com.google.dart.tools.deploy/themes/sunburst.xml
index ade8dd90b3b949b3bcc39b4e7677f5a9412e5f1c..f945933b7acb4480470f4a4d01230f4e3b0b8e84 100644
--- a/editor/tools/plugins/com.google.dart.tools.deploy/themes/sunburst.xml
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/themes/sunburst.xml
@@ -20,6 +20,7 @@
<findScope color="#DDF0FF" />
<foreground color="#F9F9F9" />
<function color="#F9F9F9" italic="false" />
+ <functionTypeAlias color="#F9F9F9" bold="false" italic="false" underline="false" strikethrough="false" />
messick 2014/03/25 21:20:59 Do you need to specify all the attributes?
<getter color="#E8E2B7" />
<importPrefix color="#F9F9F9" />
<inheritedMethod color="#F9F9F9" italic="false" underline="false" strikethrough="false" />

Powered by Google App Engine
This is Rietveld 408576698