mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 18:29:40 +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"
|
||||
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">
|
||||
|
Loading…
Reference in New Issue
Block a user