We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fd2ef commit e103b82Copy full SHA for e103b82
source/phasereditor/phasereditor.bmpfont.core/plugin.xml
@@ -4,9 +4,9 @@
4
<extension
5
point="org.eclipse.core.contenttype.contentTypes">
6
<content-type
7
- base-type="org.eclipse.core.runtime.text"
+ base-type="org.eclipse.core.runtime.xml"
8
describer="phasereditor.bmpfont.core.XmlBitmapFontContentType"
9
- file-extensions="xml,fnt"
+ file-extensions="xml"
10
id="phasereditor.bmpfont.core.xmlBitmapFontContentType"
11
name="XML Bitmap Font"
12
priority="high">
0 commit comments