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.
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: 1505
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: 1861
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
Updated on 03/22/2007 - 07:09
Downloads: 1228
Go language edit mode (go.xml v1 by Grzegorz Żur)
Submitted by
grzegorz.zur on
Friday, 19 February, 2010 - 09:25
Go language edit mode.
More about Go at http://golang.org/
Updated on 02/19/2010 - 09:25
Downloads: 1074
HAML language mode (haml.xml v1.0 by Jim Morris)
Submitted by
wolfmanjm on
Saturday, 2 December, 2006 - 03:09
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
Updated on 12/02/2006 - 03:09
Downloads: 1158
HSQLDB SQL edit mode (hsqldb-sql.xml v1.0 by Randy Hudson)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:34
Edit mode for HSQLDB's SQL dialect
Updated on 12/19/2003 - 05:37
Downloads: 1620
IBM MQSeries script (MQSC) mode (mqsc.xml v1.0 by Aaron Bell)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:46
Syntax highlighting for IBM MQSeries script (MQSC), accurate for WebSphere MQ v5.2
Updated on 12/19/2003 - 05:47
Downloads: 1696
Improved highlighting for XML attributes (xml.xml v1.0 by Makan)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 05:38
Enables highliting the attributes inside XML tags in a diffrent color than the markup. Update the $Jedit/modes/xml.xml file
Updated on 12/19/2003 - 05:39
Downloads: 1848
JavaCC mode syntax (javacc.xml v0.2 by Alexander Klimetschek)
Submitted by
klizza on
Saturday, 17 April, 2004 - 18:06
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 <MY_TOKEN> gets highlighted, but TOKEN definitions, which often include string literals, are displayed as normal. Also makes )?, )* and )+ as KEYWORD3.
Updated on 04/17/2004 - 18:06
Downloads: 1531
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.
Updated on 02/06/2004 - 18:59
Downloads: 1545
There are 480 downloads in our database