<?xml version="1.0" encoding="ISO-8859-1" ?>
<editmodes>
	<mode name="6502 assembly edit mode" updated="2006-05-31 05:05:12">
		<author>Aaron Forrest</author>
		<description><![CDATA[Edit mode for 6502 assembly language, with highlighting for XASM assembler directives
<br />
Be sure to add the following line to your modes/catalog file<br />
<tt>&lt;MODE NAME="assembly-6502"	FILE="assembly-6502.xml"
				FILE_NAME_GLOB="*.asm" /&gt;</tt>]]></description>
		<download hits="2043">https://community.jedit.org/?q=filestore/download/2815</download>
	</mode>
	<mode name="A Colourful HTML" updated="2006-07-09 04:07:33">
		<author>Venimus</author>
		<description><![CDATA[Update:
<ul>
<li>The mode is now compatible with 4.3pre5+.
<li>DOCTYPE highlighted
<li><?xml..?> highlighted
<li>Highlighting of multiline tags improved (but not perfect).
<li>Highlighting of numbers improved.
<li>Some other bugs fixed.
</ul>

This is the most featured HTML color mode arround. It has almost all of the functionality you need when developing web content. Recognizes CSS,PHP,Javascript (delegates to the existing modes).<br>
<br>
<b>features (what highlights):</b><br>
<ol>
<li>extended tag/attributes recognition</li>
<li>some error recognition</li>
<li>inline CSS (requires mode - <a href="http://community.jedit.org/?q=node/view/2892">CSS v2.2 by John Paul Taylor II [updated]</a>)</li>
<li>inline Javascript</li>
<li>PHP</li>
</ol>
<b>limitations (to do):</b><br>
<ol>
<li>no asp and vbs support</li>
</ol>
<br>
<b>known bugs (hard to fix):</b><br>
<ol>
<li>The first atribute must be preceded by space/tab, new line is not enough, the rest work ok.
<li>there is small chance, but it is possible an invalid attribute to highlight as "event", it is caused of the impossibility of matching line-starts (or EOLs) in regex (due to limitations)</li>
<li>There is a bug in jedit if background for color syntax is set. That background incorrectly applies to other tokens which doesn't have a background color set. By default the "invalid" type have a background and the other types doesn't. So the mode may look like it doesnt work. <b>To fix that, set a background to all types or remove the background of the "invalid" type.</b></li>
</ol>	
<b>installation:</b><br>
follow the usual steps for installing a mode definition:<br>
<ol>
<li>overwrite the original html.xml in jedit installation directory, or save it to .jedit/modes directory, and modify .jedit/modes/catalog to include<br>
<b>&lt;MODE NAME="html" FILE="html.xml" FILE_NAME_GLOB="*.{html,htm}" /&gt;</b><br>
</li>
<li>Install the fixed PHP mode <a href="http://community.jedit.org/?q=node/view/1988">(original)</a> included in the package by overwriting or adding definition into the "catalog":
<b>&lt;MODE NAME="php" FILE="php.xml" FILE_NAME_GLOB="*.{php}" /&gt;</b>
<li>You may try to use this HTML mode for php files aswell by tricking jEdit to use html.xml to highlight php. This way the html code outside  &lt;?php?&gt; will be highlighted. To do it, instead the above definitions (1. & 2.), add the following lines in "catalog" : 
<b>&lt;MODE NAME="php" FILE="php.xml" FILE_NAME_GLOB="*.{~}" /&gt;</b>
<b>&lt;MODE NAME="html" FILE="html.xml" FILE_NAME_GLOB="*.{html,htm,php}" /&gt;</b>
(note the "*.{~}" - it must be an invalid extesnsion, because html.xml will be used for the *.php files aswell, but if we replace directly the original php.xml will not be available for delegation)<br>
I recommed you install the included fixed mode, but the original one should work just fine.<br>
WARNING:This trick may cause some misbehaviour (on theory), because aftar that step "php" files will become "html" for jedit and plugins that depend on it may cease to work. However I didnt notice any problems.<br>
<li>Install the <a href="http://community.jedit.org/?q=node/view/2892">CSS mode included</a> by overwriting or adding into "catalog":<br>
<b>&lt;MODE NAME="css" FILE="css.xml" FILE_NAME_GLOB="*.{css}" /&gt;</b><br>
<li>fix your syntax colours from "general options": set a background color to all types or remove the background of the "invalid" type.<br>
</li>
</ol>
<b>used colors:</b><br>
markup - unknown tag<br>
keyword1 - tag<br>
keyword2 - attribute name, &lt;tr&gt;, &lt;/tr&gt;<br>
keyword4 - tag that MUST be included in other tag<br>
keyword3 - deprecated tag<br>
function - unknown attribute<br>
literal1 - attribute value<br>
literal2 - inline css<br>
literal3 - inline javascript<br>
comment1 - comment<br>
comment2 - m$ conditional definition (IE)]]></description>
		<download hits="3070">https://community.jedit.org/?q=filestore/download/1621</download>
	</mode>
	<mode name="ABAP Edit Mode" updated="2003-12-19 05:12:39">
		<author>Nathan Jones</author>
		<description><![CDATA[An ABAP edit mode. I found one for GVIM but as I use Jedit now this is really essential for my job.]]></description>
		<download hits="2516">https://community.jedit.org/?q=filestore/download/41</download>
	</mode>
	<mode name="ABB RAPID edit mode" updated="2006-11-23 05:11:34">
		<author>Andrew Thompson</author>
		<description><![CDATA[Edit mode for jEdit 4.2 for ABB RAPID robot programming language.

Note this is not 100% complete.  It has been some time since I worked on this, but thought I should make this available "as-is" at least.  Please feel free to develop it!

In particular, there is no auto un-indent - as far as I know this was not supported by jEdit 4.2

Includes code browser support via ctags.]]></description>
		<download hits="2445">https://community.jedit.org/?q=filestore/download/3237</download>
	</mode>
	<mode name="Advanced HTML edit mode" updated="2003-12-16 11:12:54">
		<author>Brad Mace</author>
		<description><![CDATA[An HTML edit mode which highlights recognized tags, attributes, and values, and delegates to PHP where appropriate]]></description>
		<download hits="16228">https://community.jedit.org/?q=filestore/download/23</download>
	</mode>
	<mode name="Advanced HTML Edit Mode" updated="2004-04-01 04:04:46">
		<author>Brad Mace [revised by Sam]</author>
		<description><![CDATA[The Advanced HTML Edit Mode v1 by Brad Mace contained various typos and syntactical errors.  This is a fixed version with a few extra tweaks.
Next thing to do is set it up so that highlighting for any quoted string in a tag is delegated to JavaScript...
This mode delegates to PHP where appropriate.]]></description>
		<download hits="2519">https://community.jedit.org/?q=filestore/download/1201</download>
	</mode>
	<mode name="Another HTML edit mode" updated="2003-12-19 05:12:59">
		<author>Lucas Ces</author>
		<description><![CDATA[This is another HTML Mode modification , that distinct tags, attributes, literals, inlines CSS, Javascript and VBScript]]></description>
		<download hits="3007">https://community.jedit.org/?q=filestore/download/42</download>
	</mode>
	<mode name="Ant edit mode" updated="2003-12-16 11:12:35">
		<author>Brad Mace</author>
		<description><![CDATA[An Edit mode for ant build files.  It must be in the jEdit system directory in order to override the normal xml mode when needed.]]></description>
		<download hits="2209">https://community.jedit.org/?q=filestore/download/26</download>
	</mode>
	<mode name="APDL v2 Edit Mode" updated="2009-11-10 09:11:52">
		<author>Sven Gleich</author>
		<description><![CDATA[<samp>
Edit mode for APDL Language based on the APDL.xml version 0.9.8 by Randolf Mock<br>
Works with jEdit 4.2final (APDL2.xml v0.9.9), for different syntax highlighting the Editor Scheme Plugin v1.0 is required<br>
Works with jEdit 4.3pre7 (APDL2.xml v0.9.11), for different syntax highlighting the Editor Scheme Plugin v1.0 is required<br>
Tested with jEdit 4.3pre18 (APDL2.xml v0.9.11) and Editor Scheme Plugin v1.2<br>
<br>
Improved<br>
========<br>
- recognition of digits with exponents<br>
- doubles in *get-function tags changed<br>
- doubles in ansys commands deleted<br>
- together with APDL2.jedit-scheme (via the Editor Scheme Selector Plugin)<br>
  colours similar to UltraEdit-32 APDL syntax highlighting<br>
<br>
Changed:<br>
========<br>
&lt;KEYWORD1&gt;: ANSYS commands<br>
&lt;KEYWORD2&gt;: ANSYS star commands (e.g. *get)<br>
&lt;KEYWORD3&gt;: ANSYS command options<br>
&lt;KEYWORD4&gt;: ANSYS slash commands<br>
&lt;FUNCTION&gt;: abbreviated *get commands<br>
<br>
Install:<br>
========<br>
Put the APDL2.xml into the &lt;jedit&gt;/modes folder.<br>
Add the following lines to the catalog-file:<br>
</samp><pre>
&lt;MODE NAME="apdl2"		FILE="apdl2.xml"
				FILE_NAME_GLOB="*.{ans,inp,mak,mac,apdl}" /&gt;</pre><samp>
Remove the lines with the <code>&lt;MODE NAME="apdl" ...&gt;</code> or make changes to the file extensions.<br>
Install the Editor Scheme Plugin if required.<br>
Put the APDL2.jedit-scheme into the &lt;user-home&gt;/.jedit/schemes folder.<br>
Activate under Plugins -> Editor Scheme Selector the APDL2 scheme with "Apply".<br>
<br>
Bugs<br>
====<br>
- frequent use of the keyword "node" inside the xml is not been distinguished between keyword1 and keyword3<br>
- "pres" as a get function and "pres" as a abbreviation for "presol" is not been distinguished<br>
- the topic to the keyword "node" does also apply to pres, temp, volt, mag, vx, vy, vz,...<br>
<br>
2009-Nov-10 bugfix (comment with utf-8 character changed)
</samp>]]></description>
		<download hits="1753">https://community.jedit.org/?q=filestore/download/3102</download>
	</mode>
	<mode name="Assembler M68000 edit mode" updated="2004-07-27 05:07:25">
		<author>Igor Lesik</author>
		<description><![CDATA[]]></description>
		<download hits="2504">https://community.jedit.org/?q=filestore/download/1504</download>
	</mode>
	<mode name="Assembly Edit Mode for TI C3x" updated="2004-12-23 01:12:47">
		<author>Bill Finger</author>
		<description><![CDATA[Edit mode for the TI C3x line of DSP processors.]]></description>
		<download hits="1499">https://community.jedit.org/?q=filestore/download/1981</download>
	</mode>
	<mode name="Assembly GNU x86 Edit Mode" updated="2004-08-13 12:08:19">
		<author>Igor Lesik</author>
		<description><![CDATA[]]></description>
		<download hits="2154">https://community.jedit.org/?q=filestore/download/1569</download>
	</mode>
	<mode name="Assembly-x86 Update" updated="2009-07-23 09:07:36">
		<author>Kristian Ovaska, updates by 13xforever</author>
		<description><![CDATA[x86 Assembly mode by Kristian Ovaska (kristian.ovaska@helsinki.fi)<br>
<br>
- Intel syntax<br>
- Instructions and registers of Pentium III/Athlon (including FPU, MMX, 3DNow! and SSE)<br>
- Full NASM 0.98 & MASM 6.15 keyword support, partial TASM support<br>
<br>
x86 Assembly mode updates by 13xforever (ilya.veselov@gmail.com)<br>
08.05.2006 rewrite:<br>
- added full AMD64 specs (registers and mnemonics - CPU, FPU, MMX, 3DNow!, 3DNow!+, SSE, SSE2, SSE3)<br>
- added some Cyrix mnemonics<br>
- added some undocumented commands<br>
- update for yasm 0.5.0<br>
<br>
07.09.2006 update:<br>
- new RegEx engine for jEdit 4.3pre5+<br>
<br>
13.10.2006 update:<br>
- small fix for octal and hex numbers (127q and $0AB)<br>
<br>
07.12.2006 update:<br>
- small macros-related fix<br>
<br>
19.01.2007 update:<br>
- missing keyword for predefined .RDATA section (NASM)<br>
<br>
22.07.2009 update:<br>
- updated up to latest Intel's documentation (June 2009)<br>
- added missing SSE3 instructions<br>
- added SSsE3 instructions<br>
- added SSE4 instructions (4.1, 4.2 and 4a)<br>
- added VMX instructions<br>
- added some missing instructions<br>]]></description>
		<download hits="1282">https://community.jedit.org/?q=filestore/download/3476</download>
	</mode>
	<mode name="AutoIt Edit Mode" updated="2009-01-28 02:01:22">
		<author>Thorsten Willert</author>
		<description><![CDATA[Edit-Mode for the BASIC-like scripting language AutoIt.

It includes highlighting for:
<ul>
<li>Build-in functions</li>
<li>UDFs</li>
<li>Macros</li>
<li>Sendkeys</li>
<li>Comments</li>
<li>Own Functions</li>
<li>Variables</li>
<li>...</li>
</ul>
<hr>
<a href="http://community.jedit.org/?q=node/view/3612">Commando Files for AutoIt (Console-plugin)</a><br>
Screenshots and additions for Ctags /Sidekick, Clipper, XInsert and some macros are on my <a href="http://jedit4autoit.thorsten-willert.de/">homepage</a>.
<hr>
V3.0 - Updated to AutoIt V3.3.0.0

]]></description>
		<download hits="2107">https://community.jedit.org/?q=filestore/download/3611</download>
	</mode>
	<mode name="AutoIt Full Version 3 Support Mode" updated="2008-02-28 05:02:07">
		<author>M. Bayley</author>
		<description><![CDATA[This is a full implementation of a mode file for the AutoIt scripting language.  Full syntax support for code folding, user defined variables, user defined functions, etc.
]]></description>
		<download hits="1491">https://community.jedit.org/?q=filestore/download/3802</download>
	</mode>
	<mode name="Avisynth" updated="2007-03-22 07:03:38">
		<author>13xforever</author>
		<description><![CDATA[Avisynth 2.5 script mode by 13xforever (13xforever@mail.ru)<br>
<br>
update: 26.01.2006<br>
- Avysinth 2.56]]></description>
		<download hits="1270">https://community.jedit.org/?q=filestore/download/3477</download>
	</mode>
	<mode name="AviSynth Edit-Mode" updated="2009-08-20 10:08:07">
		<author>Thorsten Willert</author>
		<description><![CDATA[Edit-Mode for AviSynth:
<ul>
<li>Auto-indent</li>
<li>Highlighting for all functions, types, keywords ...</li>
<li>Highlighting for all filters from http://avisynth.org/mediawiki/External_plugins</li>
</ul>
<hr>
Changes in V2.1:<br>
Updated plugin list (the same like on http://avisynth.org/)
]]></description>
		<download hits="2265">https://community.jedit.org/?q=filestore/download/3642</download>
	</mode>
	<mode name="AVR Assembly syntax highlighting" updated="2006-02-09 07:02:36">
		<author>Bernd Klein</author>
		<description><![CDATA[This file contains all keywords for ATMEL avr microcontrollers.<br>
<b>ATtiny</b> and <b>ATmega</b><br>
<br>
if something is missing, please contact me via mail
<br><br>
You find a AVRA-Compiler extension  and a avrdude download utility under "commando files"]]></description>
		<download hits="1459">https://community.jedit.org/?q=filestore/download/2632</download>
	</mode>
	<mode name="BBCode edit mode" updated="2008-05-30 09:05:42">
		<author>matejkaf</author>
		<description><![CDATA[Edit mode for <a href="http://en.wikipedia.org/wiki/BBCode">BBCode</a> (Bulletin Board Code). 

Please add the following line to modes/catalog file:

&lt;MODE NAME="bbcode" FILE="bbcode.xml" FILE_NAME_GLOB="*.bbcode" /&gt;

The file extension "bbcode" is something I just choose, don't know whether it is in use.]]></description>
		<download hits="172">https://community.jedit.org/?q=filestore/download/3899</download>
	</mode>
	<mode name="BBCode edit mode" updated="2008-05-29 11:05:25">
		<author>matejkaf</author>
		<description><![CDATA[Edit mode for <a href="http://en.wikipedia.org/wiki/BBCode">BBCode</a> (Bulletin Board Code). 

Please add the following line to modes/catalog file:

&lt;MODE NAME="bbcode" FILE="bbcode.xml" FILE_NAME_GLOB="*.bbcode" /&gt;

The file extension "bbcode" is something I just choose, don't know whether it is in use.]]></description>
		<download hits="1254">https://community.jedit.org/?q=filestore/download/3900</download>
	</mode>
	<mode name="BibTeX mode (Lamport complete)" updated="2008-05-30 09:05:32">
		<author>Thomas Alspaugh</author>
		<description><![CDATA[Complete and contextful.  All 14 entries and 24 fields from Lamport's Appendix B (1994 edition) plus 8 other broadly accepted fields are included.  Correct entry names are highlighted.  Within each entry, fields are highlighted to distinguish required, optional, and other fields for that entry.  See web page for details.]]></description>
		<download hits="763">https://community.jedit.org/?q=filestore/download/1177</download>
	</mode>
	<mode name="BibTeX mode bug fixes" updated="2004-03-31 12:03:50">
		<author>Thomas Alspaugh</author>
		<description><![CDATA[This version fixes some problems pointed out by a user:  notably, it now handles text in {} as well as "", and nested ""s and {}s.  See web page for details.]]></description>
		<download hits="1474">https://community.jedit.org/?q=filestore/download/1194</download>
	</mode>
	<mode name="BlitzMax Edit Mode" updated="2005-01-09 10:01:33">
		<author>Noel Cower</author>
		<description><![CDATA[This is an edit mode for the BlitzMax language (found at www.blitzmax.com).

It doesn't support multi-line comments as they're a bit problematic in jEdit (I'll work it out eventually).

Auto-indentation is not supported.  All normal BlitzMax keywords are in there.]]></description>
		<download hits="1465">https://community.jedit.org/?q=filestore/download/2019</download>
	</mode>
	<mode name="Brightscript Mode" updated="2012-02-02 07:02:27">
		<author>Malloys</author>
		<description><![CDATA[jEdit mode for editing Brightscript, for the Roku SDK v2.9. 

Syntax highlighting does not yet take into account SDK v3.x and 4.x functions
]]></description>
		<download hits="1323">https://community.jedit.org/?q=filestore/download/5010</download>
	</mode>
	<mode name="CA-Clipper 5 Edit Mode" updated="2006-12-15 10:12:21">
		<author>Daniel GonÃ§alves</author>
		<description><![CDATA[The edit mode for CA-Clipper 5 XBase language. The mode includes statements for Class(y) 2.4b OO Engine library and all documented functions provided by the following libraries:

<ul>
   <li>CA-Clipper Tools</li>
   <li>BLINKER Functions for CA-Clipper 5</li>
   <li>Class(y) 2.4b OO Engine Library</li>
</ul>

Probably you want to disable the 'foxpro' edit mode for .PRG files to allow jEdit to use this CA-Clipper 5 edit mode.]]></description>
		<download hits="1508">https://community.jedit.org/?q=filestore/download/3371</download>
	</mode>
	<mode name="Cg ([Not so]Basic)" updated="2007-03-22 07:03:39">
		<author>13xforever</author>
		<description><![CDATA[For more information you may see <b>nVidia "C for Graphics" edit mode. (Cg.xml v0.2 by Klaus Post)</b><br>
(I didn't saw it, but filesizes of our edit modes may mean nothing, so choose it for yourself :))<br>
Gg Release 1.x source mode by 13xforever (13xforever@mail.ru)<br>
<br>
31.01.2006 update:<br>
- Cg Release 1.2 (Feb 2004)<br>
<br>
07.09.2006 update:<br>
- new RegEx engine]]></description>
		<download hits="1258">https://community.jedit.org/?q=filestore/download/3478</download>
	</mode>
	<mode name="Ch Edit Mode" updated="2004-01-06 08:01:51">
		<author>Stephen Nestinger</author>
		<description><![CDATA[A jEdit Edit Mode for use with Ch files.]]></description>
		<download hits="1531">https://community.jedit.org/?q=filestore/download/143</download>
	</mode>
	<mode name="ChangeLog edit mode" updated="2003-12-29 09:12:40">
		<author>Stefan Kost</author>
		<description><![CDATA[simple edit mode for GNU style ChangeLog files.]]></description>
		<download hits="1394">https://community.jedit.org/?q=filestore/download/124</download>
	</mode>
	<mode name="ChangeLog Edit Mode" updated="2004-08-01 05:08:36">
		<author>Null Flux</author>
		<description><![CDATA[Significantly more detailed than the previously posted ChangeLog mode. It closely mimics how Vim colors ChangeLog files.]]></description>
		<download hits="1504">https://community.jedit.org/?q=filestore/download/1514</download>
	</mode>
	<mode name="CherryPy mode" updated="2008-05-30 08:05:07">
		<author>Marc Vieuille</author>
		<description><![CDATA[This is a first attend to create a CherryPy mode definition file.
See www.cherrypy.org
Mode is now fully compatible with cherrypy syntax.
mask area are terminated by the special line comment #EOM.]]></description>
		<download hits="519">https://community.jedit.org/?q=filestore/download/1020</download>
	</mode>
	<mode name="Cherrypy mode" updated="2008-05-30 08:05:07">
		<author>MV</author>
		<description><![CDATA[Fully compatible with Cherrypy syntax.
See www.cherrypy.org]]></description>
		<download hits="4054">https://community.jedit.org/?q=filestore/download/1207</download>
	</mode>
	<mode name="Context Free Art (*.cfdg)" updated="2012-07-10 06:07:02">
		<author>monkstone</author>
		<description><![CDATA[Syntax Highlight Mode for editing a *.cfdg file (Context Free Art), last revision/update 10 July 2012, including support for Version 3.0 syntax. The names of rule/path/shape are now highlighted as FUNCTION. Curly '{' and '(' brackets are now treated similarly, apart from the possible indent on '}', like C C++ java etc. Other aspects of new syntax in need of refining, but I hope develop that in time. Includes new CF namespace highlighting eg CF::Background and CF::Continuous CF::Impure, most recently added Symmetry directives.

You may also be interested in the commando file that I've added in that section allows you to run cfdg from jedit (mainly of interest to linux users, now updated to support quicktime movie output)
]]></description>
		<download hits="46075">https://community.jedit.org/?q=filestore/download/4232</download>
	</mode>
	<mode name="CSS (1/2/2.1) Edit Mode - Error Highlighting" updated="2008-05-30 09:05:58">
		<author>John Paul Taylor II</author>
		<description><![CDATA[An error highlighting edit mode for CSS versions 1.0, 2.0 and 2.1. The highlighting is context sensitive and allows for finding errors very quickly. Requires a 4.2 version of jEdit that supports the IMPORT tag in mode files.]]></description>
		<download hits="881">https://community.jedit.org/?q=filestore/download/152</download>
	</mode>
	<mode name="CSS (1/2/2.1) Edit Mode - Syntax/Error Checking" updated="2004-07-18 07:07:09">
		<author>John Paul Taylor II</author>
		<description><![CDATA[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.]]></description>
		<download hits="2698">https://community.jedit.org/?q=filestore/download/194</download>
	</mode>
	<mode name="CSS 2.2 By John Paul Taylor [Updated]" updated="2006-07-07 02:07:52">
		<author>Venimus</author>
		<description><![CDATA[This is the updated version of the best <a href="http://community.jedit.org/?q=node/view/194">CSS2.2 mode originally developed by John Paul Taylor II</a>. It is fixed to meet the new regex requirements itroduced in jEdit 4.3pre5.<br>
It is also required by "<a href="http://community.jedit.org/?q=node/view/1621">A colourful HTML</a>" mode which is updated aswell]]></description>
		<download hits="1827">https://community.jedit.org/?q=filestore/download/2892</download>
	</mode>
	<mode name="Cucumber syntax highlighting for jEdit" updated="2009-09-24 10:09:54">
		<author>Gabriel Medina</author>
		<description><![CDATA[<b>Cucumber syntax highlighting for jEdit</b><br/>
<br/>
Allows you to highlight .feature (<a href='http://cuckes.info/'>cucumber : http://cuckes.info/</a>) files in jEdit.<br/>
<br/>
Full instructions at:<br/>
<br/>
<a href='http://redshades.rha7.com/post/196080000/jedit-cucumber-mode'>red[:shades] - Cucumber syntax highlighting for jEdit</a><br/>
<br/>
<br/>
Suggested catalog mode line:<br/>
<br/>
<b><pre>&lt;MODE NAME="cucumber" FILE="cucumber.xml" FILE_NAME_GLOB="*.feature" /&gt;</pre></b>
<br/>
<br/>


]]></description>
		<download hits="1188">https://community.jedit.org/?q=filestore/download/4285</download>
	</mode>
	<mode name="Darcs patch and changelog edit modes" updated="2006-07-04 07:07:10">
		<author>Nick Clarke</author>
		<description><![CDATA[<dl>Two edit modes for jEdit, to be used with the <a href="http://www.darcs.net">darcs</a> revision control system.</dl>

<dl>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 <i>darcs whatsnew</i> much more useable.</dl>

<ul>
<li><b>darcs-patch.xml</b> <i>(darcsp)</i>: Highlights elements of darcs patch files: e.g. the output of <i>darcs send -o mypatchfile.pat</i> and <i>darcs whatsnew</i> commands.</li>

<li><b>darcs-changelog.xml</b> <i>(darcsc)</i>: Highlights elements of darcs changelogs: e.g. the output of <i>darcs changes</i> commands.</li>
</ul>

<dl>These edit modes are intended to be installed together (one delegates to the other). They will highlight a number of things in different colours:</dl>
<ul>
<li>text of lines added / removed in <i>hunk</i> patch sections</li>
<li>line number and filename for each change</li>
<li>files added, removed, modified</li>
<li>binary patches</li>
<li>various fixed strings which divide the darcs output</li>
<li>patch metadata in <i>darcs changes</i> - patch name, comment, author etc.</li>
<li>handles the results of additional output options to darcs: -v, -s etc.</li>
</ul>

<dl>See top of each file for a comment with entries for the edit mode <i>catalog</i> file.</dl>]]></description>
		<download hits="1041">https://community.jedit.org/?q=filestore/download/2884</download>
	</mode>
	<mode name="DokuWiki editor mode." updated="2007-09-26 05:09:14">
		<author>Ted Schleich</author>
		<description><![CDATA[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.]]></description>
		<download hits="1234">https://community.jedit.org/?q=filestore/download/3709</download>
	</mode>
	<mode name="Dot edit mode" updated="2003-12-19 05:12:06">
		<author>Stefan Kost</author>
		<description><![CDATA[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)]]></description>
		<download hits="1762">https://community.jedit.org/?q=filestore/download/43</download>
	</mode>
	<mode name="Edit Mode for HLSL Shader Language (Update)" updated="2010-05-01 05:05:07">
		<author>Adam Sawicki</author>
		<description><![CDATA[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.]]></description>
		<download hits="1326">https://community.jedit.org/?q=filestore/download/4456</download>
	</mode>
	<mode name="eisen.xml" updated="2010-11-15 11:11:19">
		<author>monkstone</author>
		<description><![CDATA[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).]]></description>
		<download hits="1024">https://community.jedit.org/?q=filestore/download/4541</download>
	</mode>
	<mode name="Enhanced PL/SQL Mode" updated="2006-10-11 02:10:08">
		<author>Uwe Pliha</author>
		<description><![CDATA[<ul>
<li>added all DBMS-Packages as keyword3</li>
<li>added all predefined exceptions as keyword4</li>
</ul>]]></description>
		<download hits="1924">https://community.jedit.org/?q=filestore/download/3053</download>
	</mode>
	<mode name="ESQL/C mode for JEdit" updated="2010-12-14 06:12:50">
		<author>Slawomir Rewaj</author>
		<description><![CDATA[This file is based on JEdit C Mode. It adds embedded SQL extenstions.]]></description>
		<download hits="1108">https://community.jedit.org/?q=filestore/download/4587</download>
	</mode>
	<mode name="Euphoria Edit Mode" updated="2005-08-23 01:08:19">
		<author>Matija Kejzar</author>
		<description><![CDATA[Edit Mode for the Euphoria Programming Language.<br><br>

To install it, add &lt;MODE FILE="euphoria.xml" NAME="euphoria" FILE_NAME_GLOB="*.{e,ex}" FIRST_LINE_GLOB="#!/*ex*"/&gt; to your catalog xml file.]]></description>
		<download hits="1581">https://community.jedit.org/?q=filestore/download/2370</download>
	</mode>
	<mode name="F# Edit mode" updated="2008-05-13 07:05:22">
		<author>Nicolas VallÃ©e</author>
		<description><![CDATA[It's just a simple fork of another edit mode made for OCaml : 
<br/>
http://community.jedit.org/?q=node/view/1269
<br/><br/>
I made some changes :
<ul>
  <li> I put in another color the keyworks of OCaml, which shouldn't be used in F# </li>
  <li> I added a support for the commands like #light, #use, etc </li>
  <li> I changed some functions/modules colorations which aren't in F# core library </li>
</ul>

My work isn't good enough, but I wish people would improve it :)]]></description>
		<download hits="1510">https://community.jedit.org/?q=filestore/download/3879</download>
	</mode>
	<mode name="Fortran 77/90/95 Syntax Highliting Improvement" updated="2005-01-04 11:01:27">
		<author>Raffaele Borrelli</author>
		<description><![CDATA[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.]]></description>
		<download hits="1867">https://community.jedit.org/?q=filestore/download/1996</download>
	</mode>
	<mode name="GLSlang" updated="2007-03-22 07:03:09">
		<author>13xforever</author>
		<description><![CDATA[GLSlang Release 1.x source mode by 13xforever (13xforever@mail.ru)<br>
<br>
03.02.2006 update:<br>
- GLSlang Version 1.10 Revision 59 (30-April-2004)<br>
<br>
07.09.2006 update:<br>
- new RegEx engine]]></description>
		<download hits="1233">https://community.jedit.org/?q=filestore/download/3479</download>
	</mode>
	<mode name="Go language edit mode" updated="2010-02-19 09:02:02">
		<author>Grzegorz Å»ur</author>
		<description><![CDATA[Go language edit mode.

More about Go at http://golang.org/]]></description>
		<download hits="1079">https://community.jedit.org/?q=filestore/download/4398</download>
	</mode>
	<mode name="HAML language mode" updated="2006-12-02 03:12:28">
		<author>Jim Morris</author>
		<description><![CDATA[A first attempt to implement a HAML language mode for the Ruby on Rails HAML plugin.

It is documented here: http://blog.wolfman.com/articles/2006/12/01/a-haml-edit-mode-for-jedit]]></description>
		<download hits="1163">https://community.jedit.org/?q=filestore/download/3333</download>
	</mode>
	<mode name="HSQLDB SQL edit mode" updated="2003-12-19 05:12:44">
		<author>Randy Hudson</author>
		<description><![CDATA[Edit mode for HSQLDB's SQL dialect]]></description>
		<download hits="1625">https://community.jedit.org/?q=filestore/download/44</download>
	</mode>
	<mode name="IBM MQSeries script (MQSC) mode" updated="2003-12-19 05:12:03">
		<author>Aaron Bell</author>
		<description><![CDATA[Syntax highlighting for IBM MQSeries script (MQSC), accurate for WebSphere MQ v5.2]]></description>
		<download hits="1701">https://community.jedit.org/?q=filestore/download/46</download>
	</mode>
	<mode name="Improved highlighting for XML attributes" updated="2003-12-19 05:12:44">
		<author>Makan</author>
		<description><![CDATA[Enables highliting the attributes inside XML tags in a diffrent color than the markup. Update the $Jedit/modes/xml.xml file]]></description>
		<download hits="1853">https://community.jedit.org/?q=filestore/download/45</download>
	</mode>
	<mode name="JavaCC mode syntax" updated="2004-04-17 06:04:43">
		<author>Alexander Klimetschek</author>
		<description><![CDATA[An updated version based on the javacc.xml v0.1 by Tom Wilczak. It highlightes used TOKENs better (based on a regexp), so that stuff like &lt;MY_TOKEN&gt; gets highlighted, but TOKEN definitions, which often include string literals, are displayed as normal. Also makes )?, )* and )+ as KEYWORD3.]]></description>
		<download hits="1536">https://community.jedit.org/?q=filestore/download/1256</download>
	</mode>
	<mode name="Javacc mode syntax def" updated="2004-02-06 06:02:33">
		<author>Tom Wilczak</author>
		<description><![CDATA[Syntax defintion file for javacc grammars.<br/>
-Modified version of java.xml that identifies tokens as keywords.
Definitely version .1, but it gets the job done.]]></description>
		<download hits="1550">https://community.jedit.org/?q=filestore/download/1014</download>
	</mode>
	<mode name="Julia edit mode" updated="2012-02-19 10:02:32">
		<author>Kevin Tucker</author>
		<description><![CDATA[]]></description>
		<download hits="1288">https://community.jedit.org/?q=filestore/download/5203</download>
	</mode>
	<mode name="Julia edit mode" updated="2012-02-20 05:02:34">
		<author>Kevin Tucker</author>
		<description><![CDATA[]]></description>
		<download hits="1538">https://community.jedit.org/?q=filestore/download/5205</download>
	</mode>
	<mode name="Julia edit mode" updated="2012-02-19 09:02:32">
		<author>Kevin Tucker</author>
		<description><![CDATA[Edit mode for Julia (http://julialang.org).]]></description>
		<download hits="1320">https://community.jedit.org/?q=filestore/download/5202</download>
	</mode>
	<mode name="LaTeX mode" updated="2004-03-24 12:03:03">
		<author>Thomas Alspaugh</author>
		<description><![CDATA[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.]]></description>
		<download hits="2079">https://community.jedit.org/?q=filestore/download/1178</download>
	</mode>
	<mode name="LaTeX mode bug fix" updated="2004-06-09 07:06:51">
		<author>Thomas Alspaugh</author>
		<description><![CDATA[Correctly highlights single-character accents, most notably \", whether or not the character is in {}.  v1.1 required the character to be in {}.]]></description>
		<download hits="3382">https://community.jedit.org/?q=filestore/download/1386</download>
	</mode>
	<mode name="LilyPond mode" updated="2004-05-20 11:05:16">
		<author>Bertalan Fodor</author>
		<description><![CDATA[Edit mode for <a href="http://www.lilypond.org">LilyPond</a>, the GNU Project music typesetter.]]></description>
		<download hits="1740">https://community.jedit.org/?q=filestore/download/207</download>
	</mode>
	<mode name="limbo.xml" updated="2003-12-19 06:12:53">
		<author>John Brecht</author>
		<description><![CDATA[Syntax highlighting for Limbo, the programming language of the Inferno operating system.]]></description>
		<download hits="1307">https://community.jedit.org/?q=filestore/download/52</download>
	</mode>
	<mode name="LLVM IR Edit Mode" updated="2012-02-20 06:02:59">
		<author>Gavin Harrison</author>
		<description><![CDATA[Edit mode for LLVM IR.]]></description>
		<download hits="1366">https://community.jedit.org/?q=filestore/download/5207</download>
	</mode>
	<mode name="logtalk.xml" updated="2003-12-19 06:12:03">
		<author>Paulo Moura</author>
		<description><![CDATA[Edit mode for Logtalk, an Open Source object-oriented extension to the programming language Prolog (http://www.ci.uc.pt/logtalk/logtalk.html).]]></description>
		<download hits="1327">https://community.jedit.org/?q=filestore/download/53</download>
	</mode>
	<mode name="LotusScript 4.0 mode" updated="2003-12-19 06:12:16">
		<author>Johan KÃ¤nngÃ¥rd</author>
		<description><![CDATA[A jEdit mode for LotusScript 4.0, used in Lotus Domino / Notes R5. Updated 2003-05-07, whitespace control added. Thanks Alexander Knie!]]></description>
		<download hits="1546">https://community.jedit.org/?q=filestore/download/51</download>
	</mode>
	<mode name="Lua Edit Mode" updated="2003-12-19 05:12:41">
		<author>Vadim Shevchenko</author>
		<description><![CDATA[I think it's more developed then the normal lua.xml Lua is a briliant scripting language. Initially it's neither Object Oriented nor Functional. But it allows you to construct both of these paradigms on it since it has backbones ready. It also has a Java binding and can be used as Java's scripting language. Have a glance at httpL//www.lua.org]]></description>
		<download hits="1582">https://community.jedit.org/?q=filestore/download/50</download>
	</mode>
	<mode name="Mako edit mode" updated="2008-01-21 09:01:05">
		<author>k3rni</author>
		<description><![CDATA[An edit mode for Mako templates (http://www.makotemplates.org). Based mostly off HTML, adds specialized Mako tags
and Python syntax highlighting wherever appropriate. ]]></description>
		<download hits="1245">https://community.jedit.org/?q=filestore/download/3778</download>
	</mode>
	<mode name="Mason Edit Mode" updated="2003-12-19 05:12:38">
		<author>Alex Robinson</author>
		<description><![CDATA[An edit mode for Mason (http://www.masonhq.com), an open source Perl-based templating system]]></description>
		<download hits="1635">https://community.jedit.org/?q=filestore/download/49</download>
	</mode>
	<mode name="Mathematica Edit Mode" updated="2003-12-19 05:12:04">
		<author>Daniel Herring</author>
		<description><![CDATA[An enhanced Mathematica mode including auto-indenting, syntax highlighting, and built-in keywords and variables.]]></description>
		<download hits="1976">https://community.jedit.org/?q=filestore/download/48</download>
	</mode>
	<mode name="Mathematica Edit Mode" updated="2004-10-26 09:10:35">
		<author>Daniel Herring</author>
		<description><![CDATA[A couple small improvements over the old version.<br>
- Fixed handling of primes<br>
- Proper highlighting of namespaces
]]></description>
		<download hits="1788">https://community.jedit.org/?q=filestore/download/1790</download>
	</mode>
	<mode name="Matlab Edit Mode" updated="2003-12-19 05:12:53">
		<author>Chris Rose</author>
		<description><![CDATA[An edit mode for Matlab. You will also need to add an appropriate entry to the catalog file -- see the jEdit help on writing edit modes for more information. Matlab files usually have the suffix ".m" (objective-C coders may like to note the clash).]]></description>
		<download hits="16091">https://community.jedit.org/?q=filestore/download/47</download>
	</mode>
	<mode name="Matlab Edit Mode" updated="2007-12-14 04:12:42">
		<author>goebbe</author>
		<description><![CDATA[Based on the Matlab Edit Mode by Chris Rose - slightly modified.]]></description>
		<download hits="2224">https://community.jedit.org/?q=filestore/download/1706</download>
	</mode>
	<mode name="Matlab Edit Mode(with support for auto indentation)" updated="2010-11-29 06:11:59">
		<author>Excee</author>
		<description><![CDATA[this is largely based on the version written by Chris Rose, with the addition of working auto indentation. Also, it fixed a bug with the ' operator.]]></description>
		<download hits="1399">https://community.jedit.org/?q=filestore/download/4580</download>
	</mode>
	<mode name="MATRIXx Edit Mode" updated="2003-12-19 06:12:09">
		<author>BobKagy</author>
		<description><![CDATA[Edit mode for MATRIXx scripts, commands, functions, and objects.]]></description>
		<download hits="1588">https://community.jedit.org/?q=filestore/download/54</download>
	</mode>
	<mode name="Maxima edit mode" updated="2003-12-19 06:12:37">
		<author>Tobias Elze</author>
		<description><![CDATA[Edit mode for the Computer Algebra System Maxima (a GPL Version of the commercial Macsyma).]]></description>
		<download hits="1539">https://community.jedit.org/?q=filestore/download/55</download>
	</mode>
	<mode name="MCS51 Keil Assembler mode" updated="2003-12-19 06:12:18">
		<author>Starglider</author>
		<description><![CDATA[This mode includes all keil A51 v6.2 keywords. This is a first try version I think keywords could be better organized but at least they should be all in. the catalog entry for this mode is <MODE NAME="assembly-MCS51" FILE="assembly-MCS51.xml" FILE_NAME_GLOB="*.{A51,a51}" /> ]]></description>
		<download hits="1451">https://community.jedit.org/?q=filestore/download/56</download>
	</mode>
	<mode name="Mode file for Stata" updated="2003-12-19 06:12:31">
		<author>Glenn Hoetker</author>
		<description><![CDATA[This edit mode may be useful for those using jEdit to edit Stata *.do files. This is version 1 of the edit mode file, so please let me know if you find problems or have suggestions.]]></description>
		<download hits="1620">https://community.jedit.org/?q=filestore/download/58</download>
	</mode>
	<mode name="Mosel (XPRESS) Edit Mode" updated="2003-12-19 06:12:18">
		<author>Tobias Elze</author>
		<description><![CDATA[Edit mode for the programming language for optimization Mosel, used by the optimization package XPRESS.]]></description>
		<download hits="1272">https://community.jedit.org/?q=filestore/download/59</download>
	</mode>
	<mode name="Mustache edit mode" updated="2012-01-15 05:01:23">
		<author>Kevin Tucker</author>
		<description><![CDATA[jEdit edit mode for mustache logic-less template language found at http://mustache.github.com/

Since mustache is not limited to HTML, this mode does not assume that the template is HTML.
The literal parts of the template are left plain and only the mustache tags are highlighted.

catalog line:
<MODE NAME="mustache" FILE="mustache.xml" FILE_NAME_GLOB="*.mustache{,.*}" />

on github here: https://github.com/tuckerkevin/jedit-mustache]]></description>
		<download hits="1213">https://community.jedit.org/?q=filestore/download/5121</download>
	</mode>
	<mode name="Neuron HOC Edit Mode" updated="2003-12-19 06:12:47">
		<author>Tobias Elze</author>
		<description><![CDATA[Edit mode for the internal programming language HOC of the neuroinformatics program NEURON.]]></description>
		<download hits="1620">https://community.jedit.org/?q=filestore/download/60</download>
	</mode>
	<mode name="new ruby language mode" updated="2007-05-27 07:05:10">
		<author>Jim Morris</author>
		<description><![CDATA[Note This version is probably incompatible with the ruby macros and ruby plugin, it is intented for those that want correct ruby auto indentation without the other ruby plugin features.

Works with Jedit >= 4.3pre9.

I use the new unindentThisLine and unindentNextLines and the ElectricKeys to do the indentation.

Basically the improvements are...

1. else, elsif, rescue, end - will unindent immediately when you type the final character just like } does (ie e from else f for elsif d from end etc the electric part of ElectricKeys)

2. added support for  blah.each do |f| syntax which now indents correctly

There is at least one unfortunate side effect which doesn't seem to bother me too much (YMMV),
if you type some manual indentation at the start of the line, and then one of the electric keys (d e f) the line will indent to the current indentation level.
]]></description>
		<download hits="1285">https://community.jedit.org/?q=filestore/download/3556</download>
	</mode>
	<mode name="nVidia &quot;C for Graphics&quot; edit mode." updated="2004-09-09 03:09:52">
		<author>Klaus Post</author>
		<description><![CDATA[<a href="http://developer.nvidia.com/object/cg_toolkit.html">nVidia C for graphics</a> (Cg) is the basic programming language of the NVIDIA Cg Toolkit. This is a C-like language used for programming graphic cards.
<br>
This is based on the "cplusplus" template, but with only valid Cg keywords and all basic built-in functions and data types present.
<br><br>
v0.2 Contains a few more keywords.]]></description>
		<download hits="1627">https://community.jedit.org/?q=filestore/download/1544</download>
	</mode>
	<mode name="Ocaml Edit mode" updated="2008-05-30 09:05:24">
		<author>Tobias Elze</author>
		<description><![CDATA[Edit mode for the programming language Objective Caml (<a href = "http://www.ocaml.org">http://www.ocaml.org </a>).]]></description>
		<download hits="1211">https://community.jedit.org/?q=filestore/download/1269</download>
	</mode>
	<mode name="Ocaml Edit mode" updated="2004-04-22 02:04:01">
		<author>Tobias Elze</author>
		<description><![CDATA[Edit mode for the programming language Objective Caml (<a href = "http://www.ocaml.org">http://www.ocaml.org </a>).]]></description>
		<download hits="1668">https://community.jedit.org/?q=filestore/download/1270</download>
	</mode>
	<mode name="Octave edit mode" updated="2003-12-19 06:12:04">
		<author>Martin Dobner</author>
		<description><![CDATA[A mode to edit octave (www.octave.org) and Matlab (www.matlab.com) files (languages for numerical computations)]]></description>
		<download hits="2089">https://community.jedit.org/?q=filestore/download/61</download>
	</mode>
	<mode name="OMBPlus Edit Mode" updated="2007-06-26 01:06:28">
		<author>Uwe Pliha</author>
		<description><![CDATA[Syntax Highlighting for OMBPLUS (Oracle Warehouse Builder Scripting Language)

Mainly took the TCL mode from Michael Jacobson and added OMBPlus-keywords]]></description>
		<download hits="1579">https://community.jedit.org/?q=filestore/download/3591</download>
	</mode>
	<mode name="OpenSCAD" updated="2012-06-01 03:06:14">
		<author>Kevin Tucker</author>
		<description><![CDATA[OpenSCAD (http://www.openscad.org/)

catalog line:
<MODE NAME="OpenSCAD" FILE="scad.xml" FILE_NAME_GLOB="*.scad" />
]]></description>
		<download hits="1222">https://community.jedit.org/?q=filestore/download/5537</download>
	</mode>
	<mode name="OQL mode and syntax highlight" updated="2003-12-19 06:12:15">
		<author>G. Quintana</author>
		<description><![CDATA[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!]]></description>
		<download hits="1373">https://community.jedit.org/?q=filestore/download/62</download>
	</mode>
	<mode name="Outline edit mode" updated="2003-12-29 09:12:31">
		<author>Stefan Kost</author>
		<description><![CDATA[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.]]></description>
		<download hits="1494">https://community.jedit.org/?q=filestore/download/123</download>
	</mode>
	<mode name="PHP Edit Mode" updated="2007-05-22 03:05:41">
		<author>Stacey Abshire</author>
		<description><![CDATA[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.]]></description>
		<download hits="2227">https://community.jedit.org/?q=filestore/download/3562</download>
	</mode>
	<mode name="PHP edit mode" updated="2005-03-18 09:03:30">
		<author>blueyed</author>
		<description><![CDATA[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:
<ul>
<li>FUNCTION: own functions</li>
<li>KEYWORD1: language constructs (__FILE__, break, extends, ..)</li>
<li>KEYWORD2: internal functions (PHP, xdebug, SimpleTest/PHPUnit), DTD tags</li>
<li>KEYWORD3: variable names (plus true, false, null)</li>
<li>KEYWORD4: class relevant things (definitions, methods, vars)</li>
<li>LITERAL1: literals</li>
<li>LITERAL2: HTML entities</li>
<li>COMMENT1: "#", "/* */"</li>
<li>COMMENT2: "//" and HTML comments</li>
<li>COMMENT3: PHPdoc</li>
</ul>]]></description>
		<download hits="3618">https://community.jedit.org/?q=filestore/download/1988</download>
	</mode>
	<mode name="PicASM PIC12X Edit Mode" updated="2011-02-10 12:02:05">
		<author>Brad Normand</author>
		<description><![CDATA[Edit mode supporting PicASM syntax for PIC12X 12 bit instruction length series chips.<br>
<br>
Specifically, this was developed with 12C508 to 12CE519 chips in mind, but is easily adaptable to other PIC microcontrollers.  If anyone feels like enhancing this edit mode, go ahead and upload it!<br>
<br>
Supports numeric literals in forms like 0xABC123, 0ABC123h, 01010101b, 42d, 01234567o.<br>
<br>
<br>
Please remember to create an entry in the modes/catalog file or this edit mode won't show up!]]></description>
		<download hits="1300">https://community.jedit.org/?q=filestore/download/4632</download>
	</mode>
	<mode name="PKGBUILD edit mode" updated="2007-02-11 05:02:42">
		<author>Dmitry Stropaloff</author>
		<description><![CDATA[Edit mode for PKGBUILD files (Arch Linux).
<br><br>
Add the following line to your modes/catalog file<br>
&#060;MODE NAME="PKGBUILD" FILE="pkgbuild.xml" FILE_NAME_GLOB="PKGBUILD" &#047;&#062;]]></description>
		<download hits="1153">https://community.jedit.org/?q=filestore/download/3442</download>
	</mode>
	<mode name="pl-sql edit mode file for ORACLE" updated="2010-02-10 07:02:28">
		<author>berthold58</author>
		<description><![CDATA[pl-sql.xml file with new key words]]></description>
		<download hits="1184">https://community.jedit.org/?q=filestore/download/4387</download>
	</mode>
	<mode name="Powershell edit mode" updated="2009-09-22 07:09:09">
		<author>James Hamilton</author>
		<description><![CDATA[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.  ]]></description>
		<download hits="1237">https://community.jedit.org/?q=filestore/download/4281</download>
	</mode>
	<mode name="Processing Mode (*.pde)" updated="2014-11-19 10:11:36">
		<author>by monkstone </author>
		<description><![CDATA[A syntax highlighting mode for processing-(2/3). Based on keywords.txt, java.xml and the original version by toxi. instructions on how to install the processing mode at the <a href="http://wiki.processing.org/w/JEdit_as_External_IDE">processing wiki.</a> Where keyboard shortcuts are also available. Since processing-2.0 it is possible to run sketches form jEdit (using macros etc, I have made those available elsewhere).
]]></description>
		<download hits="7139">https://community.jedit.org/?q=filestore/download/4234</download>
	</mode>
	<mode name="Qmake Edit Mode" updated="2011-12-16 05:12:41">
		<author>flyer-explorer</author>
		<description><![CDATA[This is my first stab at an edit mode for qmake's .pro and .pri build files.  It has:
<ul>
<li>All the official documented variables</li>
<li>Some extra "use the source luke" variables from qmake's sources.</li>
<li>All the current (as of QT 4.7)'s buildspecs with shortcuts</li>
</ul>

To activate the edit mode, you will need to add this to your catalog:
<br><br>
&lt;MODE NAME="qmake"	FILE="qmake.xml" FILE_NAME_GLOB="*.{pro,pri}" /&gt;
<br><br>


Yes, I know .pro conflicts with prolog, but .pro is the default for qmake as well.

If you run into any problems. comments, or suggestions, email me at n-p-o-t-t-s u-c-a-r[dot]edu.  Add the circle a where it seems appropriate.]]></description>
		<download hits="1305">https://community.jedit.org/?q=filestore/download/5071</download>
	</mode>
	<mode name="R Edit Mode - extensive version" updated="2003-12-19 06:12:47">
		<author>Tobias Elze</author>
		<description><![CDATA[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.]]></description>
		<download hits="17495">https://community.jedit.org/?q=filestore/download/63</download>
	</mode>
	<mode name="R syntax" updated="2005-08-05 12:08:28">
		<author>Jose Claudio Faria</author>
		<description><![CDATA[This file shows R language syntax like Tinn-R program.]]></description>
		<download hits="5291">https://community.jedit.org/?q=filestore/download/2339</download>
	</mode>
	<mode name="RDF/OWL Mode" updated="2004-02-01 05:02:23">
		<author>Ivan Herman</author>
		<description><![CDATA[<p>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: <a href="http://www.w3.org/2001/sw/">http://www.w3.org/2001/sw/</a>.</p>

<p>This edit mode simply highlights the RDF/RDFS/OWL tags and attributes. Nothing fancy.</p>]]></description>
		<download hits="1477">https://community.jedit.org/?q=filestore/download/238</download>
	</mode>
	<mode name="RDoc (Ruby documentation) edit mode v0.2" updated="2004-03-09 04:03:28">
		<author>Rob McKinnon</author>
		<description><![CDATA[Edit mode for files using <a href="http://robsblog.mine.nu/blog/ruby/RdocMarkup.rdoc">RDoc markup</a>. 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.]]></description>
		<download hits="1344">https://community.jedit.org/?q=filestore/download/1115</download>
	</mode>
	<mode name="Ruby Edit Mode - Even More Complete" updated="2008-05-30 09:05:52">
		<author>Karl von Laudermann</author>
		<description><![CDATA[Sorry for another update so soon after the last one, but I felt that a few tweaks were necessary. This time it's perfect. ;-)

<p>Changes in this version:
<ul>
<li>Digits are now highlighted correctly in float literals that have a signed exponent (e.g. 1.2e-3 or 1.2e+3).
<li>Embedded expressions using #{} are now recognized in %W word arrays.
<li>"load" is now recognized as a keyword, highlighted like "require" and "include".
<li>"include?" is no longer recognized and highlighted like "include".
</ul>
]]></description>
		<download hits="620">https://community.jedit.org/?q=filestore/download/1888</download>
	</mode>
	<mode name="Ruby Edit Mode - Minor correction" updated="2005-02-07 06:02:58">
		<author>Karl von Laudermann</author>
		<description><![CDATA[Fixed misspelling of $LOAD_PATH, so it now highlights properly.]]></description>
		<download hits="4112">https://community.jedit.org/?q=filestore/download/2124</download>
	</mode>
	<mode name="Ruby edit mode - much more complete" updated="2008-05-30 09:05:05">
		<author>Karl von Laudermann</author>
		<description><![CDATA[Major overhaul of ruby.xml file, with the following enhancements:

<ul>
<li>Support for all forms of string literals, including %Q, %q, %(), etc., and even "here documents".
<li>Support for shell command strings, using backquote and %x forms.
<li>Support for regular expressions using the %r form.
<li>Embedded expressions using #{} in all of the above (except %q and single-quote, of course) now have full syntax highlighting.
<li>Support for %w string arrays.
<li>Digit highlighting for all legal Ruby numeric literals, including those containing underscore characters, and exponent forms.
<li>Highlighting of all built-in/predefined constants and globals.
</ul>]]></description>
		<download hits="557">https://community.jedit.org/?q=filestore/download/1846</download>
	</mode>
	<mode name="Ruby edit mode with enhanced auto-indenting and class/instance variable highlighting" updated="2004-08-22 04:08:02">
		<author>Ian McLean, Chris Morris, Christophe Grandsire &amp; Robert McKinnon</author>
		<description><![CDATA[<p>Another update of the Ruby mode file, which enhances v0.2 auto-indenting by adding indenting for the following: while, for, until, loop do, module, begin, unless. It also adds highlighting of class and instance variables, which was missing from the original mode file.</p>

<p>Use in combination with the <a href="http://community.jedit.org/?q=node/view/1592">Ruby auto indent and insert end</a> macro to solve most of your Ruby indenting needs!</p>]]></description>
		<download hits="1806">https://community.jedit.org/?q=filestore/download/1591</download>
	</mode>
	<mode name="Ruby Edit Mode with Working Auto-Indenting" updated="2004-07-02 07:07:48">
		<author>Ian McLean, Chris Morris &amp; Christophe Grandsire</author>
		<description><![CDATA[An update of the original Ruby mode file, which adds auto-indenting which was missing from the original file. I hope it could replace the original Ruby mode file, if no one objects to it.]]></description>
		<download hits="2286">https://community.jedit.org/?q=filestore/download/1445</download>
	</mode>
	<mode name="SGF Edit mode for Simple Game Format files." updated="2007-12-19 03:12:25">
		<author>Greg Wallace</author>
		<description><![CDATA[SGF is used to document the Asian game 'Go' (http://en.wikipedia.org/wiki/Go_%28board_game%29) (In chinese Wei qi, in Korean Baduk). While there are numerous specialised graphical editors available, it sometimes happens that a file will get corrupted and needs to be hacked up by hand. And what better way that by using your favourite text editor?
This edit mode will facilate easy spotting of syntax errors and indenting of variations.]]></description>
		<download hits="1317">https://community.jedit.org/?q=filestore/download/3755</download>
	</mode>
	<mode name="SIMATIC S7 Edit-Mode (German Version)" updated="2008-02-28 12:02:00">
		<author>Thorsten Willert</author>
		<description><![CDATA[A simple SIMATIC S7 Edit-Mode for S7 source-codes. German version only.<br>
Includes a S7-library for XInsert.]]></description>
		<download hits="1087">https://community.jedit.org/?q=filestore/download/3803</download>
	</mode>
	<mode name="SSA (SubStation Alpha) Edit Mode" updated="2004-01-01 11:01:35">
		<author>Mark Rose</author>
		<description><![CDATA[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.]]></description>
		<download hits="1917">https://community.jedit.org/?q=filestore/download/136</download>
	</mode>
	<mode name="Stata 9 and 10 edit mode v2.5.1" updated="2008-04-02 04:04:17">
		<author>Original by Glenn Hoetker, updated by Jesse Hamner</author>
		<description><![CDATA[The original was really written for Stata 7, it appears, and <a href="http://www.stata.com">Stata</a> is up to version 10 now. I modified and added some keywords and broke the keywords into a few more categories. I've been working on cleaning it up and adding keywords (feedback encouraged, see xml file for contact info).</p>

<p> Version 2.5.1 brings more graphing keywords, and some improvements in the "programming" keywords of the mode. The dissertation is taking more of my time right now, so I apologize for the slow updates.

<p> Thanks to those who contacted me about feature requests. Those requests are included or ongoing (adding all the programming keywords will take a while, and I'm already working on all the survival-model keywords).</p>

<p>As before, thanks to Glenn Hoetker for the first version.</p>

<p>NB: Stata 10 was released June 25 2007 and has a bunch of new features. I'm still working on all the commands and will continue to expand the edit mode functionality to include Stata 10's new functions.</p>]]></description>
		<download hits="2859">https://community.jedit.org/?q=filestore/download/2941</download>
	</mode>
	<mode name="SubRip" updated="2007-03-22 07:03:52">
		<author>13xforever</author>
		<description><![CDATA[SubRip is a somewhat popular subtitling format. Basic format allows only basic :) functionality such as timing and effects like <i>italic</i>, <b>bold</b> and <u>underscore</u>. But later extentions allows color definition and screen positioning (but that's not supported by this edit mode).<br>
<br>
21.01.2005 v1.0:<br>
Simple SubRip subtitles mode by 13xforever (13xforever@mail.ru)<br>
<br>
07.09.2006 v1.1:<br>
Migration to new RegEx engine.]]></description>
		<download hits="1272">https://community.jedit.org/?q=filestore/download/3480</download>
	</mode>
	<mode name="Syntax highlighting for YACC ( Bison ) grammar files. A small patch." updated="2005-11-17 09:11:41">
		<author>Brad Mace</author>
		<description><![CDATA[Syntax highlighting for YACC ( Bison ) grammar files. Now it's compartible with jEdit 4.2f]]></description>
		<download hits="1217">https://community.jedit.org/?q=filestore/download/2512</download>
	</mode>
	<mode name="TADS mode" updated="2004-02-19 07:02:31">
		<author>Saimon Moore</author>
		<description><![CDATA[A syntax highlighting mode for the TADS (Text Adventure Design System) interactive fiction authoring system (See <a href="http://www.tads.org">this</a> for more details).

]]></description>
		<download hits="1899">https://community.jedit.org/?q=filestore/download/1055</download>
	</mode>
	<mode name="TSP-mode" updated="2009-10-20 11:10:21">
		<author></author>
		<description><![CDATA[Very basic jedit-mode for TSP (Time Series Processor).  
New in 0.0.2: recognise internal variables
By default, this edit-mode is now included in the latest developer versions of Jedit.]]></description>
		<download hits="1257">https://community.jedit.org/?q=filestore/download/2693</download>
	</mode>
	<mode name="UMN Mapserver Mapfile Edit Mode" updated="2006-03-21 07:03:44">
		<author>Kenton Williams</author>
		<description><![CDATA[This is a University of Minnesota Mapserver Mapfile edit mode for syntax highlighting while creating mapfiles.  You can visit the UMN Mapserver website at http://mapserver.gis.umn.edu/ for more details about Mapserver.  ]]></description>
		<download hits="1412">https://community.jedit.org/?q=filestore/download/2703</download>
	</mode>
	<mode name="Updated ColdFusion Edit Mode" updated="2011-08-06 01:08:45">
		<author>Joshua Miller</author>
		<description><![CDATA[This update to the current ColdFusion edit mode includes support for the following:
- T-SQL syntax highlighting inside of CFQuery tags
- JavScript syntax highlighting inside SCRIPT tags and for inline scripts
- CSS syntax highlighting inside STYLE tags and for inline styles
- Alternate highlighting for HTML Form controls
- Bug fixes for < and > characters inside of T-SQL statements that would previously break syntax highlighting]]></description>
		<download hits="1329">https://community.jedit.org/?q=filestore/download/4859</download>
	</mode>
	<mode name="Updated Tcl Edit mode" updated="2006-10-20 02:10:34">
		<author>Jean-FranÃ§ois Larvoire</author>
		<description><![CDATA[Hello,<br>
<br>
Here's a much improved Tcl language edit mode, based on the one in the latest source.<br>
<br>
Changes:
<ul>
<li>Fixed comments detection: Only # at the beginning of Tcl commands are comments!</li>
<li>Quoted strings can span multiple lines.</li>
<li>Added recursive in-string substituted command and variable analysis.</li>
<li>Added numerous missing tcl keywords and variables up to version 8.4.14.</li>
<li>Removed $ on global variable keywords, as they're often used with $::.</li>
<li>Added Expect keywords, as KEYWORD2. ("send" was already in tk as KEYWORD2)</li>
<li>Avoid colouring substituted variables that are homonyms of a keyword.</li>
<li>Highlight hexadecimal numbers too.</li>
</ul>
Known limitations:
<ul>
<li>Unbalanced quotes or brackets within braces, such as in regular expressions,
will confuse the analysis. Add behind the confusing instruction a ;# comment with 
closing quotes and brackets, to trick it into thinking it's balanced again.</li>
</ul>
Known bugs (Were there before, and I failed to fix them):
<ul>
<li>\c escape colouring does not work for escapes embedded in words.
     I attemted numerous workarounds using spans and regexps, but they
     all seem to fail to detect anything beginning with a \. And using
     NO_ESCAPE="TRUE" does not help.</li>
<li>{} within quoted strings should not affect indentation.</li>
</ul>
Any hint at how to fix the last two known bugs is welcome!<br>
]]></description>
		<download hits="1183">https://community.jedit.org/?q=filestore/download/3075</download>
	</mode>
	<mode name="VB.NET Edit Mode" updated="2003-12-19 06:12:20">
		<author>Mark Hubbard</author>
		<description><![CDATA[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) ]]></description>
		<download hits="1815">https://community.jedit.org/?q=filestore/download/64</download>
	</mode>
	<mode name="VHD syntax highlighting mode fix" updated="2004-03-04 05:03:26">
		<author>Pieter Kapsenberg &amp; previous authors</author>
		<description><![CDATA[In VHDL, a single apostrophe ' is used in the following case: &lt;signal name&gt;'event where &lt;signal name&gt; 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.<p>

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:<br>

&lt;SPAN_REGEXP HASH_CHAR="'" NO_LINE_BREAK="TRUE" TYPE="LITERAL1"&gt; <br>
&lt;BEGIN>(?!'event)&lt;/BEGIN&gt; <br>
&lt;END>'&lt;/END&gt; <br>
&lt;/SPAN_REGEXP&gt; <br>
<p>
 
<a href="http://web.engr.oregonstate.edu/~kapsenpi/pics/vhdbug_jedit.jpg">Screenshot of current error</a>
<p>
Pieter Kapsenberg]]></description>
		<download hits="1286">https://community.jedit.org/?q=filestore/download/1109</download>
	</mode>
	<mode name="VRML edit mode" updated="2003-12-19 06:12:19">
		<author>hefesto</author>
		<description><![CDATA[A VRML97 mode for JEdit.]]></description>
		<download hits="2422">https://community.jedit.org/?q=filestore/download/65</download>
	</mode>
	<mode name="XQuery syntax" updated="2005-12-22 05:12:10">
		<author>Andrey Siver</author>
		<description><![CDATA[Simple syntax highlight for XQuery language.]]></description>
		<download hits="1231">https://community.jedit.org/?q=filestore/download/2546</download>
	</mode>
	<mode name="Yacc  syntax highlighting" updated="2003-12-19 06:12:48">
		<author></author>
		<description><![CDATA[Syntax highlighting for YACC grammar files]]></description>
		<download hits="1610">https://community.jedit.org/?q=filestore/download/66</download>
	</mode>
	<mode name="YAML Edit Mode" updated="2003-12-29 01:12:54">
		<author>Carsten Eckelmann</author>
		<description><![CDATA[This is my first attempt of an edit mode for YAML (YAML ain't markup language). More information on YAML can be found at <a href="http://www.yaml.org">http://www.yaml.org</a>.
]]></description>
		<download hits="1501">https://community.jedit.org/?q=filestore/download/89</download>
	</mode>
	<mode name="YAML mode" updated="2004-12-02 12:12:25">
		<author>Alexander Klimetschek</author>
		<description><![CDATA[An update to the 1.0 file from Carsten Eckelmann. It adds indent for yaml blocks (> |) and highlighting of quotes (" and ') and strings (!).]]></description>
		<download hits="2771">https://community.jedit.org/?q=filestore/download/1913</download>
	</mode>
</editmodes>
