Hi,
I am trying to highlight the property references in an ant script which refers to ant and antcontrib as ant extension.
I want to highlight all between
$ and } --> example: ${build.dir}
@ and } --> example: @{build.dirs}
I wanted to do this with the following entries in the wordfile:
...
/Marker Characters = "$}@}"
...
/C7"MarkerCharacters1"
$}
@}
The problem is that only the first entry is syntax hightlighted. The second one is displayed as normal text?
Then I tried to add a second "Marker Character Group":
...
/C7"MarkerCharacters1"
$}
...
/C8"MarkerCharacters2"
@}
Same problem...
Please can you help me to highlight both of them.
greetings
andreas
I am trying to highlight the property references in an ant script which refers to ant and antcontrib as ant extension.
I want to highlight all between
$ and } --> example: ${build.dir}
@ and } --> example: @{build.dirs}
I wanted to do this with the following entries in the wordfile:
...
/Marker Characters = "$}@}"
...
/C7"MarkerCharacters1"
$}
@}
The problem is that only the first entry is syntax hightlighted. The second one is displayed as normal text?
Then I tried to add a second "Marker Character Group":
...
/C7"MarkerCharacters1"
$}
...
/C8"MarkerCharacters2"
@}
Same problem...
Please can you help me to highlight both of them.
greetings
andreas