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

Unified Diff: editor/tools/plugins/com.google.dart.tools.deploy/mappings/com.google.dart.tools.ui.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/mappings/com.google.dart.tools.ui.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.deploy/mappings/com.google.dart.tools.ui.xml b/editor/tools/plugins/com.google.dart.tools.deploy/mappings/com.google.dart.tools.ui.xml
index d7906746540d75b54db393a752bedf6fdf3aa7dd..966f7991994650072d01f6c20187865ee6815002 100644
--- a/editor/tools/plugins/com.google.dart.tools.deploy/mappings/com.google.dart.tools.ui.xml
+++ b/editor/tools/plugins/com.google.dart.tools.deploy/mappings/com.google.dart.tools.ui.xml
@@ -35,6 +35,7 @@
<semanticHighlightingMapping pluginKey="semanticHighlighting.number" themeKey="number" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.directive" themeKey="directive" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.class" themeKey="class" />
+ <semanticHighlightingMapping pluginKey="semanticHighlighting.functionTypeAlias" themeKey="functionTypeAlias" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.constructor" themeKey="constructor" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.function" themeKey="function" />
<semanticHighlightingMapping pluginKey="semanticHighlighting.method" themeKey="method" />

Powered by Google App Engine
This is Rietveld 408576698