Skip to content

Commit

Permalink
Register PluginContentMergeViewerCreator for .target content type
Browse files Browse the repository at this point in the history
This enables syntax highlighting for .target files in compare editor.

Fixes #1222
  • Loading branch information
iloveeclipse committed Apr 8, 2024
1 parent 6a9e945 commit 11de65c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/org.eclipse.pde.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,9 @@
<contentTypeBinding
contentMergeViewerId="org.eclipse.pde.internal.ui.compare.PluginContentMergeViewerCreator"
contentTypeId="org.eclipse.pde.fragmentManifest" />
<contentTypeBinding
contentMergeViewerId="org.eclipse.pde.internal.ui.compare.PluginContentMergeViewerCreator"
contentTypeId="org.eclipse.pde.targetFile" />
</extension>
<extension
point="org.eclipse.ui.themes">
Expand Down

0 comments on commit 11de65c

Please sign in to comment.