mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-22 09:29:44 +00:00
Add missing Assembler Source File an associate .a65 with MADS
This commit is contained in:
parent
57b4242ec9
commit
100ade8f14
@ -49,6 +49,16 @@
|
|||||||
id="com.wudsn.ide.lng.asm.preferences.AssemblerNESPreferencesPage"
|
id="com.wudsn.ide.lng.asm.preferences.AssemblerNESPreferencesPage"
|
||||||
name="%com.wudsn.ide.lng.asm.preferences.AssemblerNESPreferencesPage.name">
|
name="%com.wudsn.ide.lng.asm.preferences.AssemblerNESPreferencesPage.name">
|
||||||
</page>
|
</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>
|
||||||
<extension point="com.wudsn.ide.lng.compilers">
|
<extension point="com.wudsn.ide.lng.compilers">
|
||||||
<compiler
|
<compiler
|
||||||
@ -306,7 +316,7 @@
|
|||||||
</content-type>
|
</content-type>
|
||||||
<content-type
|
<content-type
|
||||||
base-type="com.wudsn.ide.lng.asm.compiler.AssemblerSourceFile"
|
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"
|
id="com.wudsn.ide.lng.asm.compiler.mads.MadsSourceFile"
|
||||||
name="%com.wudsn.ide.lng.asm.compiler.mads.MadsSourceFile.name"
|
name="%com.wudsn.ide.lng.asm.compiler.mads.MadsSourceFile.name"
|
||||||
priority="high">
|
priority="high">
|
||||||
|
Loading…
Reference in New Issue
Block a user