Skip to content
JukkaL edited this page Oct 7, 2011 · 3 revisions

jEdit is a free multi-platform text editor written in Java.

Homepage: http://www.jedit.org/

Alore syntax highlighting for jEdit

Installation:

  • (You might also wish to have a look at "Installating Edit Modes" in the jEdit online help.)

  • Follow these instructions:

    • Find the jEdit directory modes.
    • Download alore.xml and copy it to modes directory.
    • Edit file catalog in the modes directory. Add this line for Alore:
     <MODE NAME="Alore" FILE="alore.xml"
           FILE_NAME_GLOB="*.alo"
           FIRST_LINE_GLOB="#!/*alore*" />
     

Tried with jEdit 4.3.1 in Ubuntu 10.04.