Add missing Assembler Source File an associate .a65 with MADS

This commit is contained in:
Peter Dell 2023-02-27 02:31:42 +01:00
parent 57b4242ec9
commit 100ade8f14
1 changed files with 11 additions and 1 deletions

View File

@ -49,6 +49,16 @@
id="com.wudsn.ide.lng.asm.preferences.AssemblerNESPreferencesPage"
name="%com.wudsn.ide.lng.asm.preferences.AssemblerNESPreferencesPage.name">
</page>
</extension>
<extension
id="Atari 2600 content types"
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.core.runtime.text"
id="com.wudsn.ide.lng.asm.compiler.AssemblerSourceFile"
name="%com.wudsn.ide.lng.asm.compiler.AssemblerSourceFile.name"
priority="normal">
</content-type>
</extension>
<extension point="com.wudsn.ide.lng.compilers">
<compiler
@ -306,7 +316,7 @@
</content-type>
<content-type
base-type="com.wudsn.ide.lng.asm.compiler.AssemblerSourceFile"
file-extensions="asm"
file-extensions="asm, a65"
id="com.wudsn.ide.lng.asm.compiler.mads.MadsSourceFile"
name="%com.wudsn.ide.lng.asm.compiler.mads.MadsSourceFile.name"
priority="high">