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.
Ocaml Edit mode (ocaml.xml v0.1 by Tobias Elze)
Submitted by
tobias-elze on
Thursday, 22 April, 2004 - 14:10
Edit mode for the programming language Objective Caml (
http://www.ocaml.org ).
Updated on 22 Apr 04 - 14:11
Downloads: 926
Octave edit mode (octave.xml v1.0 by Martin Dobner)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 06:19
A mode to edit octave (www.octave.org) and Matlab (www.matlab.com) files (languages for numerical computations)
Updated on 19 Dec 03 - 06:21
Downloads: 1048
OMBPlus Edit Mode (ombplus.xml v0.1 by Uwe Pliha)
Submitted by
uhuebner on
Tuesday, 26 June, 2007 - 13:11
Syntax Highlighting for OMBPLUS (Oracle Warehouse Builder Scripting Language)
Mainly took the TCL mode from Michael Jacobson and added OMBPlus-keywords
Updated on 26 Jun 07 - 13:11
Downloads: 652
OQL mode and syntax highlight (oql.xml v0.1 by G. Quintana)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 06:21
OQL means Object Query Language, it is the equivalent of SQL for object-oriented databases (OODBMS). More info: www.odmg.org. Here is a mode to edit OQL with jEdit!
Updated on 19 Dec 03 - 06:26
Downloads: 657
Outline edit mode (outline.xml v0.2 by Stefan Kost)
Submitted by
ensonic on
Monday, 29 December, 2003 - 09:45
Edit mode similiar to outline mode of (x)emacs.
Outline files are text files with a very simple structure, but ideal for writing down notes such as 'README', 'TODO' or 'INSTALL' files.
Updated on 29 Dec 03 - 09:45
Downloads: 803
PHP Edit Mode (php.xml v1.0 by Stacey Abshire)
Submitted by
sabshire on
Tuesday, 22 May, 2007 - 15:29
Updated the PHP Mode by blueyed to include proper highlighting of the "instanceof" construct. instanceof is highlighted as OPERATOR and the class name that follows is highlighted as KEYWORD4.
Updated on 22 May 07 - 15:29
Downloads: 549
PHP edit mode (php.xml v2005-03-18 by blueyed)
Submitted by
blueyed on
Thursday, 30 December, 2004 - 05:19
Merged the version from Scott with the CVS version and wrote a PHP script to extract the functions, classes and aliases from php.net/zend.org automatically.
Besides there are some more changes I've made with help from Scott regarding the handling of variables in literals and class variables/methods in general.
A raw definition of token type usage:
- FUNCTION: own functions
- KEYWORD1: language constructs (__FILE__, break, extends, ..)
- KEYWORD2: internal functions (PHP, xdebug, SimpleTest/PHPUnit), DTD tags
- KEYWORD3: variable names (plus true, false, null)
- KEYWORD4: class relevant things (definitions, methods, vars)
- LITERAL1: literals
- LITERAL2: HTML entities
- COMMENT1: "#", "/* */"
- COMMENT2: "//" and HTML comments
- COMMENT3: PHPdoc
Updated on 18 Mar 05 - 21:00
Downloads: 2223
PKGBUILD edit mode (pkgbuild.xml v0.1 by Dmitry Stropaloff)
Submitted by
h8 on
Sunday, 11 February, 2007 - 17:04
Edit mode for PKGBUILD files (Arch Linux).
Add the following line to your modes/catalog file
<MODE NAME="PKGBUILD" FILE="pkgbuild.xml" FILE_NAME_GLOB="PKGBUILD" />
Updated on 11 Feb 07 - 17:04
Downloads: 399
pl-sql edit mode file for ORACLE (pl-sql.xml v1.1 10.02. by berthold58)
Submitted by
Berthold58 on
Wednesday, 10 February, 2010 - 07:10
pl-sql.xml file with new key words
Updated on 10 Feb 10 - 07:10
Downloads: 124
Powershell edit mode (powershell.xml v1.0 by James Hamilton)
Submitted by
hmhoek on
Tuesday, 22 September, 2009 - 19:25
Loosely based on jEdit's perl mode. This highlights just about all regular syntax, although I have not added support for calling generics yet. Ctrl-i indentation also works. Static methods don't get highlighted because when I wrote this lookbehinds weren't supported in mode definitions.
Updated on 22 Sep 09 - 19:25
Downloads: 207
There are 388 downloads in our database