Skip to content

Commit

Permalink
(v1) Restore BitmapFont content type to XML.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed May 29, 2019
1 parent 48fd2ef commit e103b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/phasereditor/phasereditor.bmpfont.core/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.core.runtime.text"
base-type="org.eclipse.core.runtime.xml"
describer="phasereditor.bmpfont.core.XmlBitmapFontContentType"
file-extensions="xml,fnt"
file-extensions="xml"
id="phasereditor.bmpfont.core.xmlBitmapFontContentType"
name="XML Bitmap Font"
priority="high">
Expand Down

0 comments on commit e103b82

Please sign in to comment.