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