Edit Modes
Additional syntax highlighting modes that are not distributed with jEdit. You will need to add a mode catalog entry after placing the mode file in an appropriate mode directory. The recommended mode catalog entry can be found inside a comment at the start of each mode file. See the Installing Modes section of the jEdit user's guide for details.
Darcs patch and changelog edit modes (darcs-edit-modes.zip v1.0 by Nick Clarke)
Submitted by
memorius on
Tuesday, 4 July, 2006 - 07:03
Two edit modes for jEdit, to be used with the darcs revision control system.
Use these to examine darcs patches sent by email, or take the output of darcs commands and view it in jEdit - for example, this makes darcs whatsnew much more useable.
- darcs-patch.xml (darcsp): Highlights elements of darcs patch files: e.g. the output of darcs send -o mypatchfile.pat and darcs whatsnew commands.
- darcs-changelog.xml (darcsc): Highlights elements of darcs changelogs: e.g. the output of darcs changes commands.
These edit modes are intended to be installed together (one delegates to the other). They will highlight a number of things in different colours:
- text of lines added / removed in hunk patch sections
- line number and filename for each change
- files added, removed, modified
- binary patches
- various fixed strings which divide the darcs output
- patch metadata in darcs changes - patch name, comment, author etc.
- handles the results of additional output options to darcs: -v, -s etc.
See top of each file for a comment with entries for the edit mode catalog file.
Updated on 07/04/2006 - 07:03
Downloads: 1041
DokuWiki editor mode. (dokuwiki.xml v1.0 by Ted Schleich)
Submitted by
tschleich on
Wednesday, 26 September, 2007 - 17:29
This editor mode adds syntax highlighting for DokuWiki page editing. The file extensions ".doku", ".dokuwiki", and ".wiki" are used for this mode. HTML mode is imported into this mode to support HTML embedded in the target document.
Updated on 09/26/2007 - 17:29
Downloads: 1234
Dot edit mode (dot.xml v0.1 by Stefan Kost)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:33
dot can be used for editing files in the dot-language (surprise, surprise) of the graphviz-package of at&t (see http://www.graphviz.org)
Updated on 12/19/2003 - 05:34
Downloads: 1762
Edit Mode for HLSL Shader Language (Update) (hlsl.xml v2 by Adam Sawicki)
Submitted by
Reg on
Saturday, 1 May, 2010 - 17:39
An update of Edit Mode for HLSL - DirectX shader language and effect file format. The HLSL Edit Mode is now in the official jEdit distribution, but it haven't been updated for long time. Now I've created new version that supports all new features up to the newest DirectX 11 (Shader Model 5), including these from the upcoming June 2010 version.
Recommended FILE_NAME_GLOB is "*.{fx,hlsl}", although the "fx" extension is already taken by "javafx" mode.
Updated on 05/01/2010 - 17:39
Downloads: 1326
eisen.xml v0.02 by monkstone
Submitted by
monkstone on
Monday, 11 October, 2010 - 19:39
An Experimental Highlighter for the StructureSynth EisenScript. Provides highlighting for *.es you might like to post on your blog (use code2html plugin). Aims to cope with in built raytracer syntax coming with StructureSynth Hinxton release (but not javascript).
Updated on 11/15/2010 - 11:52
Downloads: 1024
Enhanced PL/SQL Mode (pl-sql.xml v(taken fro by Uwe Pliha)
Submitted by
uhuebner on
Wednesday, 11 October, 2006 - 14:38
- added all DBMS-Packages as keyword3
- added all predefined exceptions as keyword4
Updated on 10/11/2006 - 14:38
Downloads: 1924
ESQL/C mode for JEdit (esql.xml v1.0 by Slawomir Rewaj)
Submitted by
slawekrewaj on
Tuesday, 14 December, 2010 - 06:24
This file is based on JEdit C Mode. It adds embedded SQL extenstions.
Updated on 12/14/2010 - 06:24
Downloads: 1108
Euphoria Edit Mode (euphoria.xml v1.0 by Matija Kejzar)
Submitted by
mkejzar on
Monday, 22 August, 2005 - 13:58
Edit Mode for the Euphoria Programming Language.
To install it, add <MODE FILE="euphoria.xml" NAME="euphoria" FILE_NAME_GLOB="*.{e,ex}" FIRST_LINE_GLOB="#!/*ex*"/> to your catalog xml file.
Updated on 08/23/2005 - 01:05
Downloads: 1581
F# Edit mode (fsharp.xml v0.0.1 by Nicolas Vallée)
Submitted by
gorgonite on
Monday, 12 May, 2008 - 21:12
It's just a simple fork of another edit mode made for OCaml :
http://community.jedit.org/?q=node/view/1269
I made some changes :
- I put in another color the keyworks of OCaml, which shouldn't be used in F#
- I added a support for the commands like #light, #use, etc
- I changed some functions/modules colorations which aren't in F# core library
My work isn't good enough, but I wish people would improve it :)
Updated on 05/13/2008 - 07:34
Downloads: 1510
Fortran 77/90/95 Syntax Highliting Improvement (fortran.xml v0.2 by Raffaele Borrelli)
Submitted by
lello on
Tuesday, 4 January, 2005 - 19:17
This file contains several improvements of the "very basic" Fortran mode
which comes with jEdit. I have added all the new F90 intrinsic functions and
used some SPAN_REGEXP for a correct highlighting of the END DO, END SUBROUTINE
sequences.
Hope this helps the (small?) Fortran community.
Lello.
Updated on 01/04/2005 - 23:05
Downloads: 1867
There are 480 downloads in our database