Coloring Single group of Words

Posted by GageEndal on Fri 25 Feb 2005 05:13 PM — 2 posts, 11,740 views.

#0
I am trying to make it so when the word New Jedi Order comes up on the screen it highlights the word.

Every time I set up the trigger though it does the whole line. Is there a way to fix this so it only does the single phrase?
USA #1
this should do the trick:

<triggers>
  <trigger
   custom_colour="1"
   enabled="y"
   ignore_case="y"
   keep_evaluating="y"
   match="new jedi order"
   regexp="y"
   repeat="y"
   sequence="100"
  >
  </trigger>
</triggers>