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.
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>
Pieter Kapsenberg
Updated on 03/04/2004 - 05:33
Downloads: 1285
Updated on 12/19/2003 - 06:30
Downloads: 2421
Updated on 12/22/2005 - 17:47
Downloads: 1230
Updated on 12/19/2003 - 06:31
Downloads: 1609
Updated on 12/29/2003 - 01:07
Downloads: 1499
Updated on 12/02/2004 - 00:42
Downloads: 2770