I made a very basic target trigger, and am now looking to make a more advanced one. Currently the text is matched by name, and blanket changes everything on the line to orange.
Is there a way to =just= match the name and change it to orange?
Typically the format for the name would be in
* name
* name *
name *
I don't want the surrounding text highlighted, just the name.
Current (annoying) target trigger:
<aliases>
<alias
match="target *"
enabled="y"
variable="target"
send_to="9"
sequence="100"
>
<send>%1</send>
</alias>
</aliases>
<triggers>
<trigger
custom_colour="17"
enabled="y"
expand_variables="y"
match="*@target*"
sequence="100"
other_text_colour="orangered"
>
</trigger>
</triggers>
Is there a way to =just= match the name and change it to orange?
Typically the format for the name would be in
* name
* name *
name *
I don't want the surrounding text highlighted, just the name.
Current (annoying) target trigger:
<aliases>
<alias
match="target *"
enabled="y"
variable="target"
send_to="9"
sequence="100"
>
<send>%1</send>
</alias>
</aliases>
<triggers>
<trigger
custom_colour="17"
enabled="y"
expand_variables="y"
match="*@target*"
sequence="100"
other_text_colour="orangered"
>
</trigger>
</triggers>