Jump to content
  • entries
    657
  • comments
    2,692
  • views
    898,672

Updated MODE file


SpiceWare

1,411 views

When I was having to code on my Thinkpad I downloaded my mode file for jEdit from here and realized it wasn't my lastest version as some of the syntax highlighting wasn't the same as on my iMac. I got my iMac back, so here's the current version.

 

To use the syntax highlighting, put the assembly-6502.xml file in the MODES directory of jEdit. Then edit the catalog file in the same directory and add the following.

<MODE NAME="assembly-6502"  FILE="assembly-6502.xml"
                            FILE_NAME_GLOB="*.asm">
 

 

I had to disable the assembly-x86 as it also uses *.asm for the file extension. I disabled it by changing its entry as follows(removed the *)

<MODE NAME="assembly-x86"   FILE="assembly-x86.xml"
                            FILE_NAME_GLOB=".asm" />
 
JEDIT NAVIGATION
<PREVIOUS> <INDEX> <NEXT>

assembly_6502.xml.zip

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...