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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <eclipseColorThemeMapping plugin="com.google.dart.tools.ui" created="2012-10-23 15:36:11"> 2 <eclipseColorThemeMapping plugin="com.google.dart.tools.ui" created="2012-10-23 15:36:11">
3 <mappings> <!-- IDartColorConstants, PreferenceConstants, IJavaThemeConstant s --> 3 <mappings> <!-- IDartColorConstants, PreferenceConstants, IJavaThemeConstant s -->
4 <mapping pluginKey="dart_default" themeKey="foreground" /> 4 <mapping pluginKey="dart_default" themeKey="foreground" />
5 <mapping pluginKey="dart_single_line_comment" themeKey="singleLineCommen t" /> 5 <mapping pluginKey="dart_single_line_comment" themeKey="singleLineCommen t" />
6 <mapping pluginKey="dart_multi_line_comment" themeKey="multiLineComment" /> 6 <mapping pluginKey="dart_multi_line_comment" themeKey="multiLineComment" />
7 <mapping pluginKey="dart_comment_task_tag" themeKey="commentTaskTag" /> 7 <mapping pluginKey="dart_comment_task_tag" themeKey="commentTaskTag" />
8 <mapping pluginKey="sourceHoverBackgroundColor" themeKey="sourceHoverBac kground" /> 8 <mapping pluginKey="sourceHoverBackgroundColor" themeKey="sourceHoverBac kground" />
9 <mapping pluginKey="dart_string" themeKey="string" /> 9 <mapping pluginKey="dart_string" themeKey="string" />
10 <mapping pluginKey="dart_multiline_string" themeKey="multiLineString" /> <!-- new --> 10 <mapping pluginKey="dart_multiline_string" themeKey="multiLineString" /> <!-- new -->
(...skipping 17 matching lines...) Expand all
28 <mapping pluginKey="content_assist_proposals_background" themeKey="backg round" /> 28 <mapping pluginKey="content_assist_proposals_background" themeKey="backg round" />
29 <mapping pluginKey="content_assist_completion_replacement_foreground" th emeKey="foreground" /> 29 <mapping pluginKey="content_assist_completion_replacement_foreground" th emeKey="foreground" />
30 <mapping pluginKey="content_assist_completion_replacement_background" th emeKey="background" /> 30 <mapping pluginKey="content_assist_completion_replacement_background" th emeKey="background" />
31 <mapping pluginKey="glanceSelectedColorBackground" themeKey="selectionBa ckground" /> 31 <mapping pluginKey="glanceSelectedColorBackground" themeKey="selectionBa ckground" />
32 <mapping pluginKey="glanceColorBackground" themeKey="sourceHoverBackgrou nd" /> 32 <mapping pluginKey="glanceColorBackground" themeKey="sourceHoverBackgrou nd" />
33 </mappings> 33 </mappings>
34 <semanticHighlightingMappings> 34 <semanticHighlightingMappings>
35 <semanticHighlightingMapping pluginKey="semanticHighlighting.number" the meKey="number" /> 35 <semanticHighlightingMapping pluginKey="semanticHighlighting.number" the meKey="number" />
36 <semanticHighlightingMapping pluginKey="semanticHighlighting.directive" themeKey="directive" /> 36 <semanticHighlightingMapping pluginKey="semanticHighlighting.directive" themeKey="directive" />
37 <semanticHighlightingMapping pluginKey="semanticHighlighting.class" them eKey="class" /> 37 <semanticHighlightingMapping pluginKey="semanticHighlighting.class" them eKey="class" />
38 <semanticHighlightingMapping pluginKey="semanticHighlighting.functionTyp eAlias" themeKey="functionTypeAlias" />
38 <semanticHighlightingMapping pluginKey="semanticHighlighting.constructor " themeKey="constructor" /> 39 <semanticHighlightingMapping pluginKey="semanticHighlighting.constructor " themeKey="constructor" />
39 <semanticHighlightingMapping pluginKey="semanticHighlighting.function" t hemeKey="function" /> 40 <semanticHighlightingMapping pluginKey="semanticHighlighting.function" t hemeKey="function" />
40 <semanticHighlightingMapping pluginKey="semanticHighlighting.method" the meKey="method" /> 41 <semanticHighlightingMapping pluginKey="semanticHighlighting.method" the meKey="method" />
41 <semanticHighlightingMapping pluginKey="semanticHighlighting.methodDecla rationName" themeKey="methodDeclaration" /> 42 <semanticHighlightingMapping pluginKey="semanticHighlighting.methodDecla rationName" themeKey="methodDeclaration" />
42 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticMetho dDeclarationName" themeKey="staticMethodDeclaration" /> 43 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticMetho dDeclarationName" themeKey="staticMethodDeclaration" />
43 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticMetho d" themeKey="staticMethod" /> 44 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticMetho d" themeKey="staticMethod" />
44 <semanticHighlightingMapping pluginKey="semanticHighlighting.annotation" themeKey="annotation" /> 45 <semanticHighlightingMapping pluginKey="semanticHighlighting.annotation" themeKey="annotation" />
45 <semanticHighlightingMapping pluginKey="semanticHighlighting.localVariab le" themeKey="localVariable" /> 46 <semanticHighlightingMapping pluginKey="semanticHighlighting.localVariab le" themeKey="localVariable" />
46 <semanticHighlightingMapping pluginKey="semanticHighlighting.importPrefi x" themeKey="importPrefix" /> 47 <semanticHighlightingMapping pluginKey="semanticHighlighting.importPrefi x" themeKey="importPrefix" />
47 <semanticHighlightingMapping pluginKey="semanticHighlighting.inheritedMe thodInvocation" themeKey="inheritedMethod" /> 48 <semanticHighlightingMapping pluginKey="semanticHighlighting.inheritedMe thodInvocation" themeKey="inheritedMethod" />
48 <semanticHighlightingMapping pluginKey="semanticHighlighting.localVariab leDeclaration" themeKey="localVariableDeclaration" /> 49 <semanticHighlightingMapping pluginKey="semanticHighlighting.localVariab leDeclaration" themeKey="localVariableDeclaration" />
49 <semanticHighlightingMapping pluginKey="semanticHighlighting.typeArgumen t" themeKey="typeArgument" /> 50 <semanticHighlightingMapping pluginKey="semanticHighlighting.typeArgumen t" themeKey="typeArgument" />
50 <semanticHighlightingMapping pluginKey="semanticHighlighting.typeParamet er" themeKey="typeParameter" /> 51 <semanticHighlightingMapping pluginKey="semanticHighlighting.typeParamet er" themeKey="typeParameter" />
51 <semanticHighlightingMapping pluginKey="semanticHighlighting.parameterVa riable" themeKey="parameterVariable" /> 52 <semanticHighlightingMapping pluginKey="semanticHighlighting.parameterVa riable" themeKey="parameterVariable" />
52 <semanticHighlightingMapping pluginKey="semanticHighlighting.field" them eKey="field" /> 53 <semanticHighlightingMapping pluginKey="semanticHighlighting.field" them eKey="field" />
53 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticField " themeKey="staticField" /> 54 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticField " themeKey="staticField" />
54 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticFinal Field" themeKey="staticFinalField" /> 55 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticFinal Field" themeKey="staticFinalField" />
55 <semanticHighlightingMapping pluginKey="semanticHighlighting.deprecated" themeKey="deprecatedMember" /> 56 <semanticHighlightingMapping pluginKey="semanticHighlighting.deprecated" themeKey="deprecatedMember" />
56 <semanticHighlightingMapping pluginKey="semanticHighlighting.dynamicType " themeKey="dynamicType" /> 57 <semanticHighlightingMapping pluginKey="semanticHighlighting.dynamicType " themeKey="dynamicType" />
57 <semanticHighlightingMapping pluginKey="semanticHighlighting.getterDecla ration" themeKey="getter" /> 58 <semanticHighlightingMapping pluginKey="semanticHighlighting.getterDecla ration" themeKey="getter" />
58 <semanticHighlightingMapping pluginKey="semanticHighlighting.setterDecla ration" themeKey="setter" /> 59 <semanticHighlightingMapping pluginKey="semanticHighlighting.setterDecla ration" themeKey="setter" />
59 <semanticHighlightingMapping pluginKey="semanticHighlighting.builtin" th emeKey="builtin" /> 60 <semanticHighlightingMapping pluginKey="semanticHighlighting.builtin" th emeKey="builtin" />
60 </semanticHighlightingMappings> 61 </semanticHighlightingMappings>
61 </eclipseColorThemeMapping> 62 </eclipseColorThemeMapping>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698