jEdit Community - Resources for users of the jEdit Text Editor
LaTeX mode (latex.xml v1.1 by Thomas Alspaugh)
Submitted by alspaugh on Wednesday, 24 March, 2004 - 12:21
Highlights all environments, commands, and counters from Lamport's LaTeX2e and some of amstex and other popular packages. The five principal modes (normal, math, tabbing, tabular, and picture) are distinguished, mode transitions handled, and each mode's commands highlighted separately. Approximately 970 items are covered.
RDoc (Ruby documentation) edit mode v0.2 (rdoc.xml v0.2 by Rob McKinnon)
Submitted by robmckinnon on Saturday, 6 March, 2004 - 20:54
Edit mode for files using RDoc markup. Useful if you are writing RDoc content for RubLog, a Ruby weblog application. Perhaps these edit rules can be incorporated into the Ruby edit mode file eventually.
VHD syntax highlighting mode fix (vhdl.xml v1.1 ?? by Pieter Kapsenberg & previous authors)
Submitted by pieter3d on Thursday, 4 March, 2004 - 05:33
In VHDL, a single apostrophe ' is used in the following case: <signal name>'event where <signal name> can be any predifined signal (its like a variable). The bug is of course that the VHD highlighter thinks this is a single quote opeing a string, thus highlighting the rest of the line.

An easy rule would be to just check for the word "event" after a single quote. Here is the required update for vhd.xml - the following should replace the single quote span:
<SPAN_REGEXP HASH_CHAR="'" NO_LINE_BREAK="TRUE" TYPE="LITERAL1">
<BEGIN>(?!'event)</BEGIN>
<END>'</END>
</SPAN_REGEXP>

Screenshot of current error

Pieter Kapsenberg

TADS mode (tads.xml v0.1 by Saimon Moore)
Submitted by saimonm on Thursday, 19 February, 2004 - 19:31
A syntax highlighting mode for the TADS (Text Adventure Design System) interactive fiction authoring system (See this for more details).
Javacc mode syntax def (javacc.xml v0.1 by Tom Wilczak)
Submitted by twilczak on Friday, 6 February, 2004 - 18:59
Syntax defintion file for javacc grammars.
-Modified version of java.xml that identifies tokens as keywords. Definitely version .1, but it gets the job done.
RDF/OWL Mode (rdf.xml v1.0 by Ivan Herman)
Submitted by herman_ivan on Sunday, 1 February, 2004 - 17:09

To be used for RDF (Resource Description Framework) and OWL (Web Ontology Language) XML applications. For the details of these XML Applications, used for the Semantic Web, see the Semantic Web Home page of the World Wide Web Consortium: http://www.w3.org/2001/sw/.

This edit mode simply highlights the RDF/RDFS/OWL tags and attributes. Nothing fancy.

LilyPond mode (lilymode.xml v2.2.0 by Bertalan Fodor)
Submitted by fodber on Saturday, 24 January, 2004 - 09:01
Edit mode for LilyPond, the GNU Project music typesetter.
CSS (1/2/2.1) Edit Mode - Syntax/Error Checking (jeditcssv22.zip v2.2 by John Paul Taylor II)
Submitted by Psych0phobiA on Tuesday, 20 January, 2004 - 07:15
A syntax checking and error highlighting edit mode for CSS levels 1.0, 2.0 and 2.1. The highlighting is context sensitive and allows for finding errors very quickly. Requires a 4.2pre5 or later. See homepage for version info.
Ch Edit Mode (ch.xml v1.0 by Stephen Nestinger)
Submitted by sodokan on Tuesday, 6 January, 2004 - 20:16
A jEdit Edit Mode for use with Ch files.
SSA (SubStation Alpha) Edit Mode (ssa.xml v1.0 by Mark Rose)
Submitted by theMug on Thursday, 1 January, 2004 - 11:22
A jEdit edit mode for use with SSA subtitle files. This mode covers the basic comma-separated layout of SSA files. Additional support for some of the finer points of SSA (special effects and commands) may be added at a later point.
ChangeLog edit mode (changelog.xml v0.1 by Stefan Kost)
Submitted by ensonic on Monday, 29 December, 2003 - 09:46
simple edit mode for GNU style ChangeLog files.
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.
YAML Edit Mode (yaml.xml v1.0 by Carsten Eckelmann)
Submitted by careck42 on Monday, 29 December, 2003 - 01:07
This is my first attempt of an edit mode for YAML (YAML ain't markup language). More information on YAML can be found at http://www.yaml.org.
Yacc syntax highlighting (yacc.xml v1.0)
Submitted by Brad Mace on Friday, 19 December, 2003 - 06:30
Syntax highlighting for YACC grammar files
VRML edit mode (vrml97.xml v1.0 by hefesto)
Submitted by Brad Mace on Friday, 19 December, 2003 - 06:29
A VRML97 mode for JEdit.
VB.NET Edit Mode (vb_net.xml v1.0 by Mark Hubbard)
Submitted by Brad Mace on Friday, 19 December, 2003 - 06:28
VB.NET mode by Mark Hubbard, based on VBScript mode by Andre Kaplan Also try these regular expressions for folding with the Configurable Fold Handler plug-in: fold start string: ^[^']*([cC]lass\s|[sS]ub\s|[fF]unction\s|[pP]roperty\s) fold end string: [eE]nd\s+([cC]lass|[sS]ub|[fF]unction|[pP]roperty)
R Edit Mode - extensive version (r.xml v0.1 by Tobias Elze)
Submitted by tobias-elze on Friday, 19 December, 2003 - 06:26
Edit mode file for the statistical programming language R, based on a file from Zed A. Shaw. This file provides syntax highlighting for the base package (keyword types 1 and 2) and 26 additional packages (boot, class, cluster, ctest, eda, foreign, grid, KernSmooth, lattice, lqs, MASS, methods, mgcv, modreg, mva, nlme, nls, nnet, rpart, spatial, splines, stepfun, survival, tcltk, tools, ts) (keyword type 3). The data files of these packages are highlighted, too.
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!
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)
Neuron HOC Edit Mode (neuron.xml v0.1 by Tobias Elze)
Submitted by tobias-elze on Friday, 19 December, 2003 - 06:17
Edit mode for the internal programming language HOC of the neuroinformatics program NEURON.
User login
Browse archives
« March 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82339
Context Free Art (*.cfdg)   0.31   46046
JBuilder scheme   .001   18487
BBEdit scheme   1.0   18108
ColdFusion scheme   1.0   18016
R Edit Mode - extensive version   0.1   17465
Advanced HTML edit mode   1.0   16198
Matlab Edit Mode   1.0   16060
jEdit XP icons   1.0   15221
XP icons for jEdit   1.1   14285