Recently I discovered iTerm2's wonderful feature: triggers. Now I want iTerm to highlight some pieces of text, for exampeo error, fatal, etc. I want those triggers to be case-insensitive, but I'm having a hard time setting up these triggers. According the documentation, iTerm's regular expressions are conform the ICU regular expressions rules, which state that I can use the (?i) flag to match case insensitive.
I tried a lot, including (?i)/error, (?i)error, etc., but none work. Please see screenshot below; any idea how to match case insensitive?
