I want to match a red word (other words are not red in this line), but i do not know what the red word is.
I made a trigger like this:
<trigger
enabled="y"
keep_evaluating="y"
match="[a-zA-Z0-9 ]+"
match_inverse="y"
match_italic="y"
match_text_colour="y"
regexp="y"
sequence="148"
text_colour="9"
other_text_colour="black"
other_back_colour="black"
>
</trigger>
If the red word is the start word of the line, the trigger can match the line. If not, it does not work.
I made a trigger like this:
<trigger
enabled="y"
keep_evaluating="y"
match="[a-zA-Z0-9 ]+"
match_inverse="y"
match_italic="y"
match_text_colour="y"
regexp="y"
sequence="148"
text_colour="9"
other_text_colour="black"
other_back_colour="black"
>
</trigger>
If the red word is the start word of the line, the trigger can match the line. If not, it does not work.