Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3ca9dae3e8f648c29c72eec442bcc2938b6916b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.editors">
      <editor
            class="org.eclipse.e4.tools.orion.text.editor.OrionEditor"
            contributorClass="org.eclipse.e4.tools.orion.text.editor.OrionEditorActionBarContributor"
            default="true"
            extensions="css"
            id="org.eclipse.e4.tools.orion.text.editor"
            matchingStrategy="org.eclipse.e4.tools.orion.text.editor.OrionEditorMatchingStrategy"
            name="OrionEditor">
      </editor>
   </extension>

</plugin>

Back to the top