jEdit Community - Resources for users of the jEdit Text Editor
Cucumber syntax highlighting for jEdit (cucumber.xml v0.1 by Gabriel Medina)
Submitted by rha7dotcom on Thursday, 24 September, 2009 - 22:50
Cucumber syntax highlighting for jEdit

Allows you to highlight .feature (cucumber : http://cuckes.info/) files in jEdit.

Full instructions at:

red[:shades] - Cucumber syntax highlighting for jEdit


Suggested catalog mode line:

<MODE NAME="cucumber" FILE="cucumber.xml" FILE_NAME_GLOB="*.feature" />


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.
Processing Mode (*.pde) (processing.xml v1.8 by by monkstone )
Submitted by monkstone on Tuesday, 28 July, 2009 - 17:43
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 processing wiki. 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).
Context Free Art (*.cfdg) (cfdg.xml v0.31 by monkstone)
Submitted by monkstone on Tuesday, 28 July, 2009 - 10:45
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)
BBCode edit mode (bbcode.xml v1.0 by matejkaf)
Submitted by matejkaf on Thursday, 29 May, 2008 - 11:34
Edit mode for BBCode (Bulletin Board Code). Please add the following line to modes/catalog file: <MODE NAME="bbcode" FILE="bbcode.xml" FILE_NAME_GLOB="*.bbcode" /> The file extension "bbcode" is something I just choose, don't know whether it is in use.
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 :)
SIMATIC S7 Edit-Mode (German Version) (S7_jEdit.zip v0.1 by Thorsten Willert)
Submitted by Thorsten Willert on Thursday, 28 February, 2008 - 09:06
A simple SIMATIC S7 Edit-Mode for S7 source-codes. German version only.
Includes a S7-library for XInsert.
AutoIt Full Version 3 Support Mode (au3.xml v1.0 by M. Bayley)
Submitted by MikeB55 on Thursday, 28 February, 2008 - 05:21
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.
Mako edit mode (mako.xml v1.0 by k3rni)
Submitted by k3rni on Monday, 21 January, 2008 - 09:31
An edit mode for Mako templates (http://www.makotemplates.org). Based mostly off HTML, adds specialized Mako tags and Python syntax highlighting wherever appropriate.
SGF Edit mode for Simple Game Format files. (sgf.xml v1.0 by Greg Wallace)
Submitted by axol on Wednesday, 19 December, 2007 - 03:50
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.
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.
AviSynth Edit-Mode (avs.xml v2.1 by Thorsten Willert)
Submitted by Thorsten Willert on Saturday, 11 August, 2007 - 18:43
Edit-Mode for AviSynth:
  • Auto-indent
  • Highlighting for all functions, types, keywords ...
  • Highlighting for all filters from http://avisynth.org/mediawiki/External_plugins

Changes in V2.1:
Updated plugin list (the same like on http://avisynth.org/)
AutoIt Edit Mode (au3_edit-mode.zip v3.0 by Thorsten Willert)
Submitted by Thorsten Willert on Sunday, 22 July, 2007 - 12:31
Edit-Mode for the BASIC-like scripting language AutoIt. It includes highlighting for:
  • Build-in functions
  • UDFs
  • Macros
  • Sendkeys
  • Comments
  • Own Functions
  • Variables
  • ...

Commando Files for AutoIt (Console-plugin)
Screenshots and additions for Ctags /Sidekick, Clipper, XInsert and some macros are on my homepage.
V3.0 - Updated to AutoIt V3.3.0.0
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
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.
new ruby language mode (ruby.xml v0.7.0 by Jim Morris)
Submitted by wolfmanjm on Friday, 18 May, 2007 - 22:41
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.
SubRip (subrip.xml v1.1 by 13xforever)
Submitted by 13xforever on Thursday, 22 March, 2007 - 07:13
SubRip is a somewhat popular subtitling format. Basic format allows only basic :) functionality such as timing and effects like italic, bold and underscore. But later extentions allows color definition and screen positioning (but that's not supported by this edit mode).

21.01.2005 v1.0:
Simple SubRip subtitles mode by 13xforever (13xforever@mail.ru)

07.09.2006 v1.1:
Migration to new RegEx engine.
GLSlang (GLSlang.xml v1.10-r59 by 13xforever)
Submitted by 13xforever on Thursday, 22 March, 2007 - 07:09
GLSlang Release 1.x source mode by 13xforever (13xforever@mail.ru)

03.02.2006 update:
- GLSlang Version 1.10 Revision 59 (30-April-2004)

07.09.2006 update:
- new RegEx engine
Cg ([Not so]Basic) (Cg.xml v1.2 by 13xforever)
Submitted by 13xforever on Thursday, 22 March, 2007 - 07:07
For more information you may see nVidia "C for Graphics" edit mode. (Cg.xml v0.2 by Klaus Post)
(I didn't saw it, but filesizes of our edit modes may mean nothing, so choose it for yourself :))
Gg Release 1.x source mode by 13xforever (13xforever@mail.ru)

31.01.2006 update:
- Cg Release 1.2 (Feb 2004)

07.09.2006 update:
- new RegEx engine
Avisynth (avisynth.xml v2.56 by 13xforever)
Submitted by 13xforever on Thursday, 22 March, 2007 - 07:04
Avisynth 2.5 script mode by 13xforever (13xforever@mail.ru)

update: 26.01.2006
- Avysinth 2.56
User login
Browse archives
« April 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
 
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   82349
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293