I'm hoping to highlight portions of a log that look like [id "1234"] but it appears that regexes or search strings that include spaces result in no colorization.
For example,
echo "hello - id 212" | splash -s='id '
results in no highlight.
This could be outside of the scope expected behavior, but I would appreciate any help you could give.