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

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/themes/notepad++-like.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/notepad++-like.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/themes/notepad++-like.xml b/editor/tools/plugins/com.google.dart.tools.deploy/themes/notepad++-like.xml
index 9a194c3f7348cca9ff55e7c8743fd848d51bdf19..2e8600f3844e4ed1b13ba066f57413924cc4e359 100644
--- a/editor/tools/plugins/com.google.dart.tools.deploy/themes/notepad++-like.xml
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/themes/notepad++-like.xml
@@ -16,6 +16,7 @@
<findScope color="#BCADAD" />
<foreground color="#8000FF" />
<function color="#FF00FF" />
+ <functionTypeAlias color="#000080" />
<importPrefix color="#8000FF" />
<inheritedMethod color="#FF00FF" />
<interface color="#9b5656" />

Powered by Google App Engine
This is Rietveld 408576698