jEdit Community - Resources for users of the jEdit Text Editor
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

Updated on 03/04/2004 - 05:33
Downloads: 765

User login
Browse archives
« May 2013  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
10
11
12
14
15
16
17
18
19
20
21
22
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
33%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1092
Syndication
file   ver   dls
Context Free Art (*.cfdg)   0.31   34666
German Localization light   4.4.2.1   9823
R Edit Mode - extensive version   0.1   9536
Advanced HTML edit mode   1.0   9019
JBuilder scheme   .001   8865
Matlab Edit Mode   1.0   8864
XP icons for jEdit   1.1   8745
ColdFusion scheme   1.0   8346
BBEdit scheme   1.0   8336
jEdit XP icons   1.0   8334