[jEdit-Syntax-users] tokens like this: $P{XXX}
Brought to you by:
marcel-boehme,
oliverhe
|
From: Giulio T. <gt...@bu...> - 2003-11-25 09:03:36
|
Hi all,
I'm writing a TokenMarker for JasperReports expressions.
The problem is this. JasperReport expressions are normal
java expressions (my TokenMarker is a modified CTokenMarker
plus JavaTokenMarker). The problem is that in JasperReports
expressions some keywords must be something like this:
$P{SOMETHING}
$V{SOMETHING}
$F{SOMETHING}
I would that all keywords (staring with $ and ending with })
are heightlighted, but brackets inside the keywords split the
token and keywords like $X{Y} are not recognized.
Please note that all possible keywords like $X{Y} are listed in
the keywords map.
Suggestions to workaround the problem?
Giulio
|