plaintext filter: Match against start of line
This commit is contained in:
parent
74d4c0219d
commit
6d491569c0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ BEGIN {
|
|||
reset = "\x1B[0m"
|
||||
}
|
||||
{
|
||||
if ($0 ~ /On .*, .* wrote:/ || $0 ~ />+/) {
|
||||
if ($0 ~ /^On .*, .* wrote:/ || $0 ~ /^>+/) {
|
||||
print dim cyan $0 reset
|
||||
} else {
|
||||
print $0
|
||||
|
|
Loading…
Reference in a new issue