Skip to content

Commit e103b82

Browse files
(v1) Restore BitmapFont content type to XML.
1 parent 48fd2ef commit e103b82

File tree

1 file changed

+2
-2
lines changed
  • source/phasereditor/phasereditor.bmpfont.core

1 file changed

+2
-2
lines changed

source/phasereditor/phasereditor.bmpfont.core/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<extension
55
point="org.eclipse.core.contenttype.contentTypes">
66
<content-type
7-
base-type="org.eclipse.core.runtime.text"
7+
base-type="org.eclipse.core.runtime.xml"
88
describer="phasereditor.bmpfont.core.XmlBitmapFontContentType"
9-
file-extensions="xml,fnt"
9+
file-extensions="xml"
1010
id="phasereditor.bmpfont.core.xmlBitmapFontContentType"
1111
name="XML Bitmap Font"
1212
priority="high">

0 commit comments

Comments
 (0)